Sha256: 46480eeca571726bc9e3705e026799c987c4a6ca01305ebb64d6c04d2e2c8013
Contents?: true
Size: 479 Bytes
Versions: 18
Compression:
Stored size: 479 Bytes
Contents
// // MessagePack for C++ FILE* buffer adaptor // // 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_FBUFFER_DECL_HPP #define MSGPACK_FBUFFER_DECL_HPP #include "msgpack/v1/fbuffer_decl.hpp" #include "msgpack/v2/fbuffer_decl.hpp" #include "msgpack/v3/fbuffer_decl.hpp" #endif // MSGPACK_FBUFFER_DECL_HPP
Version data entries
18 entries across 18 versions & 2 rubygems