Sha256: 2a45f842a6e78ca80bc1a83bd1454c0c326def56adc741990560f85ccd0ba9d0
Contents?: true
Size: 474 Bytes
Versions: 18
Compression:
Stored size: 474 Bytes
Contents
// // MessagePack for C++ deserializing routine // // Copyright (C) 2016 KONDO Takatoshi // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // #ifndef MSGPACK_UNPACK_DECL_HPP #define MSGPACK_UNPACK_DECL_HPP #include "msgpack/v1/unpack_decl.hpp" #include "msgpack/v2/unpack_decl.hpp" #include "msgpack/v3/unpack_decl.hpp" #endif // MSGPACK_UNPACK_DECL_HPP
Version data entries
18 entries across 18 versions & 2 rubygems