8 #ifndef MSGPACK_PREDEF_LIBRARY_STD_CXX_H 9 #define MSGPACK_PREDEF_LIBRARY_STD_CXX_H 30 #define MSGPACK_LIB_STD_CXX MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 32 #if defined(_LIBCPP_VERSION) 33 # undef MSGPACK_LIB_STD_CXX 34 # define MSGPACK_LIB_STD_CXX MSGPACK_PREDEF_MAKE_10_VPPP(_LIBCPP_VERSION) 37 #if MSGPACK_LIB_STD_CXX 38 # define MSGPACK_LIB_STD_CXX_AVAILABLE 41 #define MSGPACK_LIB_STD_CXX_NAME "libc++" #define MSGPACK_LIB_STD_CXX
Definition: cxx.h:30
#define MSGPACK_LIB_STD_CXX_NAME
Definition: cxx.h:41
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13