Sha256: ffe78dd2c90dc7d0da4138f40e5e36cd91f068e9392446e5d586bf2ebd7bda95
Contents?: true
Size: 681 Bytes
Versions: 18
Compression:
Stored size: 681 Bytes
Contents
// // MessagePack for C++ deserializing routine // // Copyright (C) 2017 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_CREATE_OBJECT_VISITOR_DECL_HPP #define MSGPACK_V2_CREATE_OBJECT_VISITOR_DECL_HPP #include "msgpack/versioning.hpp" namespace msgpack { /// @cond MSGPACK_API_VERSION_NAMESPACE(v2) { /// @endcond namespace detail { class create_object_visitor; } // detail /// @cond } // MSGPACK_API_VERSION_NAMESPACE(v2) /// @endcond } // namespace msgpack #endif // MSGPACK_V2_CREATE_OBJECT_VISITOR_DECL_HPP
Version data entries
18 entries across 18 versions & 2 rubygems