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