Sha256: f94f08f0462f219eb1ca12a1e9534befa472958fd8cc087f14d456af23f4a1e2
Contents?: true
Size: 511 Bytes
Versions: 18
Compression:
Stored size: 511 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_CREATE_OBJECT_VISITOR_DECL_HPP #define MSGPACK_CREATE_OBJECT_VISITOR_DECL_HPP #include "msgpack/v2/create_object_visitor_decl.hpp" #include "msgpack/v3/create_object_visitor_decl.hpp" #endif // MSGPACK_CREATE_OBJECT_VISITOR_DECL_HPP
Version data entries
18 entries across 18 versions & 2 rubygems