Sha256: e3765a4142e0b49c8f1ecbe2f597d503a70c941747f2b016c0b327b03ae14f4d
Contents?: true
Size: 454 Bytes
Versions: 36
Compression:
Stored size: 454 Bytes
Contents
// // MessagePack for C++ simple buffer implementation // // 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_SBUFFER_HPP #define MSGPACK_SBUFFER_HPP #include "msgpack/sbuffer_decl.hpp" #include "msgpack/v1/sbuffer.hpp" #endif // MSGPACK_SBUFFER_HPP
Version data entries
36 entries across 36 versions & 2 rubygems