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