Sha256: 35dcddbb427998dcc882a82fd1f726091a6ade6d768b5dd72f59a2c895b0e863
Contents?: true
Size: 460 Bytes
Versions: 18
Compression:
Stored size: 460 Bytes
Contents
// // MessagePack for C++ serializing 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_PACK_DECL_HPP #define MSGPACK_PACK_DECL_HPP #include "msgpack/v1/pack_decl.hpp" #include "msgpack/v2/pack_decl.hpp" #include "msgpack/v3/pack_decl.hpp" #endif // MSGPACK_PACK_DECL_HPP
Version data entries
18 entries across 18 versions & 2 rubygems