Sha256: 0408e1aaac8d0706d8a0af38246ebd02226d5e293b253b67a79577b4b3cbebf5
Contents?: true
Size: 613 Bytes
Versions: 18
Compression:
Stored size: 613 Bytes
Contents
// // MessagePack for C++ deserializing routine // // Copyright (C) 2018 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_NULL_VISITOR_DECL_HPP #define MSGPACK_V2_NULL_VISITOR_DECL_HPP #include "msgpack/versioning.hpp" namespace msgpack { /// @cond MSGPACK_API_VERSION_NAMESPACE(v2) { /// @endcond struct null_visitor; /// @cond } // MSGPACK_API_VERSION_NAMESPACE(v2) /// @endcond } // namespace msgpack #endif // MSGPACK_V2_NULL_VISITOR_DECL_HPP
Version data entries
18 entries across 18 versions & 2 rubygems