10 #ifndef MSGPACK_V2_TYPE_BOOST_MSGPACK_VARIANT_DECL_HPP 11 #define MSGPACK_V2_TYPE_BOOST_MSGPACK_VARIANT_DECL_HPP 13 #if defined(MSGPACK_USE_BOOST) 25 using v1::type::basic_variant;
26 using v1::type::variant;
27 using v1::type::variant_ref;
29 using v1::type::operator<;
31 using v1::type::operator==;
41 #endif // MSGPACK_USE_BOOST 42 #endif // MSGPACK_V2_TYPE_BOOST_MSGPACK_VARIANT_DECL_HPP Definition: adaptor_base.hpp:15
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58