Sha256: 3a7adb8df63603e7b32d4494eaaf9e9abb5f379342ee605141140de1fea06cda
Contents?: true
Size: 684 Bytes
Versions: 36
Compression:
Stored size: 684 Bytes
Contents
// // MessagePack for C++ simple buffer implementation // // 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_V2_SBUFFER_DECL_HPP #define MSGPACK_V2_SBUFFER_DECL_HPP #include "msgpack/versioning.hpp" #ifndef MSGPACK_SBUFFER_INIT_SIZE #define MSGPACK_SBUFFER_INIT_SIZE 8192 #endif namespace msgpack { /// @cond MSGPACK_API_VERSION_NAMESPACE(v2) { /// @endcond using v1::sbuffer; /// @cond } // MSGPACK_API_VERSION_NAMESPACE(v2) /// @endcond } // namespace msgpack #endif // MSGPACK_V2_SBUFFER_DECL_HPP
Version data entries
36 entries across 36 versions & 2 rubygems