Sha256: af557d2b0b6a309372fb4c6c27fd917987fc2389d76fa4e4dff80e8b135a39f2
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_V1_ZONE_DECL_HPP #define MSGPACK_V1_ZONE_DECL_HPP #include "msgpack/cpp_config.hpp" #if defined(MSGPACK_USE_CPP03) #include "msgpack/v1/detail/cpp03_zone_decl.hpp" #else // MSGPACK_USE_CPP03 #include "msgpack/v1/detail/cpp11_zone_decl.hpp" #endif // MSGPACK_USE_CPP03 #endif // MSGPACK_V1_ZONE_DECL_HPP
Version data entries
36 entries across 36 versions & 2 rubygems