Sha256: ace59102adf2a9ac45db4fabb5ef5db97d4a1b9f2c3f00eef77403d41b0442c3
Contents?: true
Size: 436 Bytes
Versions: 18
Compression:
Stored size: 436 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" #endif // MSGPACK_UNPACK_DECL_HPP
Version data entries
18 entries across 18 versions & 2 rubygems