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