Loading...
Searching...
No Matches
Go to the documentation of this file.
12# ifndef MSGPACK_PREPROCESSOR_LOGICAL_COMPL_HPP
13# define MSGPACK_PREPROCESSOR_LOGICAL_COMPL_HPP
19# if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_MWCC()
20# define MSGPACK_PP_COMPL(x) MSGPACK_PP_COMPL_I(x)
22# define MSGPACK_PP_COMPL(x) MSGPACK_PP_COMPL_OO((x))
23# define MSGPACK_PP_COMPL_OO(par) MSGPACK_PP_COMPL_I ## par
26# if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_MSVC()
27# define MSGPACK_PP_COMPL_I(x) MSGPACK_PP_COMPL_ ## x
29# define MSGPACK_PP_COMPL_I(x) MSGPACK_PP_COMPL_ID(MSGPACK_PP_COMPL_ ## x)
30# define MSGPACK_PP_COMPL_ID(id) id
33# define MSGPACK_PP_COMPL_0 1
34# define MSGPACK_PP_COMPL_1 0