Sha256: b5be3cbf849fb439437bc86f1b2e8dd38b9b4ffae332d8490949b9d177042de5
Contents?: true
Size: 576 Bytes
Versions: 36
Compression:
Stored size: 576 Bytes
Contents
// // MessagePack for C++ memory pool // // Copyright (C) 2008-2014 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_HPP #define MSGPACK_V1_ZONE_HPP #include "msgpack/cpp_config.hpp" #if defined(MSGPACK_USE_CPP03) #include "msgpack/v1/detail/cpp03_zone.hpp" #else // MSGPACK_USE_CPP03 #include "msgpack/v1/detail/cpp11_zone.hpp" #endif // MSGPACK_USE_CPP03 #endif // MSGPACK_V1_ZONE_HPP
Version data entries
36 entries across 36 versions & 2 rubygems