Sha256: 264b5d50e6a0335714ddfcaa4790d3a2c22fb6853bca01da34cd593dee3c88c1
Contents?: true
Size: 601 Bytes
Versions: 36
Compression:
Stored size: 601 Bytes
Contents
// // MessagePack for C++ memory pool // // Copyright (C) 2008-2016 FURUHASHI Sadayuki and 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_V2_ZONE_DECL_HPP #define MSGPACK_V2_ZONE_DECL_HPP #include "msgpack/cpp_config.hpp" #if defined(MSGPACK_USE_CPP03) #include "msgpack/v2/detail/cpp03_zone_decl.hpp" #else // MSGPACK_USE_CPP03 #include "msgpack/v2/detail/cpp11_zone_decl.hpp" #endif // MSGPACK_USE_CPP03 #endif // MSGPACK_V2_ZONE_DECL_HPP
Version data entries
36 entries across 36 versions & 2 rubygems