10 #ifndef MSGPACK_V2_CPP_CONFIG_DECL_HPP
11 #define MSGPACK_V2_CPP_CONFIG_DECL_HPP
16 #if defined(MSGPACK_USE_CPP03)
30 using v1::integral_constant;
34 using v1::underlying_type;
38 using v1::remove_const;
39 using v1::remove_volatile;
68 using v1::underlying_type;
71 using v1::remove_const;
72 using v1::remove_volatile;
Definition: adaptor_base.hpp:15
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:66