Sha256: 05d5baec468d2881a50174d5970d308e462b7e56f201f7c27ef22c33c6c3cf20
Contents?: true
Size: 771 Bytes
Versions: 18
Compression:
Stored size: 771 Bytes
Contents
// // MessagePack for C++ static resolution routine // // 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_V3_TYPE_SIZE_EQUAL_ONLY_DECL_HPP #define MSGPACK_V3_TYPE_SIZE_EQUAL_ONLY_DECL_HPP #include "msgpack/v2/adaptor/size_equal_only_decl.hpp" namespace msgpack { /// @cond MSGPACK_API_VERSION_NAMESPACE(v3) { /// @endcond namespace type { using v2::type::size_equal_only; using v2::type::make_size_equal_only; using v2::type::size; } // namespace type /// @cond } // MSGPACK_API_VERSION_NAMESPACE(v3) /// @endcond } // namespace msgpack #endif // MSGPACK_V3_TYPE_SIZE_EQUAL_ONLY_DECL_HPP
Version data entries
18 entries across 18 versions & 2 rubygems