MessagePack for C
include
msgpack
predef
library
std
cxx.h
Go to the documentation of this file.
1
/*
2
Copyright Rene Rivera 2011-2015
3
Distributed under the Boost Software License, Version 1.0.
4
(See accompanying file LICENSE_1_0.txt or copy at
5
http://www.boost.org/LICENSE_1_0.txt)
6
*/
7
8
#ifndef MSGPACK_PREDEF_LIBRARY_STD_CXX_H
9
#define MSGPACK_PREDEF_LIBRARY_STD_CXX_H
10
11
#include <
msgpack/predef/library/std/_prefix.h
>
12
13
#include <
msgpack/predef/version_number.h
>
14
#include <
msgpack/predef/make.h
>
15
16
/*`
17
[heading `MSGPACK_LIB_STD_CXX`]
18
19
[@http://libcxx.llvm.org/ libc++] C++ Standard Library.
20
21
[table
22
[[__predef_symbol__] [__predef_version__]]
23
24
[[`_LIBCPP_VERSION`] [__predef_detection__]]
25
26
[[`_LIBCPP_VERSION`] [V.0.P]]
27
]
28
*/
29
30
#define MSGPACK_LIB_STD_CXX MSGPACK_VERSION_NUMBER_NOT_AVAILABLE
31
32
#if defined(_LIBCPP_VERSION)
33
# undef MSGPACK_LIB_STD_CXX
34
# define MSGPACK_LIB_STD_CXX MSGPACK_PREDEF_MAKE_10_VPPP(_LIBCPP_VERSION)
35
#endif
36
37
#if MSGPACK_LIB_STD_CXX
38
# define MSGPACK_LIB_STD_CXX_AVAILABLE
39
#endif
40
41
#define MSGPACK_LIB_STD_CXX_NAME "libc++"
42
43
#endif
44
45
#include <
msgpack/predef/detail/test.h
>
46
MSGPACK_PREDEF_DECLARE_TEST
(
MSGPACK_LIB_STD_CXX
,
MSGPACK_LIB_STD_CXX_NAME
)
_prefix.h
MSGPACK_LIB_STD_CXX
#define MSGPACK_LIB_STD_CXX
Definition:
cxx.h:30
version_number.h
MSGPACK_LIB_STD_CXX_NAME
#define MSGPACK_LIB_STD_CXX_NAME
Definition:
cxx.h:41
test.h
MSGPACK_PREDEF_DECLARE_TEST
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition:
test.h:13
make.h
Generated by
1.8.17