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