10 #ifndef MSGPACK_V3_CPP_CONFIG_DECL_HPP 11 #define MSGPACK_V3_CPP_CONFIG_DECL_HPP 15 #if defined(MSGPACK_USE_CPP03) 29 using v2::integral_constant;
33 using v2::underlying_type;
37 using v2::remove_const;
38 using v2::remove_volatile;
50 #else // MSGPACK_USE_CPP03 67 using v2::underlying_type;
70 using v2::remove_const;
71 using v2::remove_volatile;
82 #endif // MSGPACK_USE_CPP03 84 #endif // MSGPACK_V3_CPP_CONFIG_DECL_HPP
Definition: adaptor_base.hpp:15
T const & move(T const &t)
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58