10 #ifndef MSGPACK_V2_CPP_CONFIG_DECL_HPP 11 #define MSGPACK_V2_CPP_CONFIG_DECL_HPP 15 #if defined(MSGPACK_USE_CPP03) 29 using v1::integral_constant;
33 using v1::underlying_type;
37 using v1::remove_const;
38 using v1::remove_volatile;
50 #else // MSGPACK_USE_CPP03 67 using v1::underlying_type;
70 using v1::remove_const;
71 using v1::remove_volatile;
82 #endif // MSGPACK_USE_CPP03 84 #endif // MSGPACK_V2_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