Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef MSGPACK_CPP_VERSION_HPP
2#define MSGPACK_CPP_VERSION_HPP
6# define MSGPACK_USE_CPP03
8#elif (__cplusplus < 201103L)
9# define MSGPACK_USE_CPP03
12#if defined(_MSVC_LANG)
13# define MSGPACK_CPP_VERSION _MSVC_LANG
15# define MSGPACK_CPP_VERSION __cplusplus