8 #ifndef MSGPACK_PREDEF_LANGUAGE_STDCPP_H 9 #define MSGPACK_PREDEF_LANGUAGE_STDCPP_H 38 #define MSGPACK_LANG_STDCPP MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 40 #if defined(__cplusplus) 41 # undef MSGPACK_LANG_STDCPP 42 # if (__cplusplus > 100) 43 # define MSGPACK_LANG_STDCPP MSGPACK_PREDEF_MAKE_YYYYMM(__cplusplus) 45 # define MSGPACK_LANG_STDCPP MSGPACK_VERSION_NUMBER_AVAILABLE 49 #if MSGPACK_LANG_STDCPP 50 # define MSGPACK_LANG_STDCPP_AVAILABLE 53 #define MSGPACK_LANG_STDCPP_NAME "Standard C++" 74 #define MSGPACK_LANG_STDCPPCLI MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 76 #if defined(__cplusplus_cli) 77 # undef MSGPACK_LANG_STDCPPCLI 78 # if (__cplusplus_cli > 100) 79 # define MSGPACK_LANG_STDCPPCLI MSGPACK_PREDEF_MAKE_YYYYMM(__cplusplus_cli) 81 # define MSGPACK_LANG_STDCPPCLI MSGPACK_VERSION_NUMBER_AVAILABLE 85 #if MSGPACK_LANG_STDCPPCLI 86 # define MSGPACK_LANG_STDCPPCLI_AVAILABLE 89 #define MSGPACK_LANG_STDCPPCLI_NAME "Standard C++/CLI" 107 #define MSGPACK_LANG_STDECPP MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 109 #if defined(__embedded_cplusplus) 110 # undef MSGPACK_LANG_STDECPP 111 # define MSGPACK_LANG_STDECPP MSGPACK_VERSION_NUMBER_AVAILABLE 114 #if MSGPACK_LANG_STDECPP 115 # define MSGPACK_LANG_STDECPP_AVAILABLE 118 #define MSGPACK_LANG_STDECPP_NAME "Standard Embedded C++" #define MSGPACK_LANG_STDCPP_NAME
Definition: stdcpp.h:53
#define MSGPACK_LANG_STDECPP_NAME
Definition: stdcpp.h:118
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_LANG_STDCPP
Definition: stdcpp.h:38
#define MSGPACK_LANG_STDECPP
Definition: stdcpp.h:107
#define MSGPACK_LANG_STDCPPCLI_NAME
Definition: stdcpp.h:89
#define MSGPACK_LANG_STDCPPCLI
Definition: stdcpp.h:74