forked from boostorg/preprocessor
minor vc fixes
[SVN r16702]
This commit is contained in:
@ -24,7 +24,12 @@
|
||||
# define BOOST_PP_BITNOR_OO(par) BOOST_PP_BITNOR_I ## par
|
||||
# endif
|
||||
#
|
||||
# define BOOST_PP_BITNOR_I(x, y) BOOST_PP_BITNOR_ ## x ## y
|
||||
# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
|
||||
# define BOOST_PP_BITNOR_I(x, y) BOOST_PP_BITNOR_ ## x ## y
|
||||
# else
|
||||
# define BOOST_PP_BITNOR_I(x, y) BOOST_PP_BITNOR_ID(BOOST_PP_BITNOR_ ## x ## y)
|
||||
# define BOOST_PP_BITNOR_ID(id) id
|
||||
# endif
|
||||
#
|
||||
# define BOOST_PP_BITNOR_00 1
|
||||
# define BOOST_PP_BITNOR_01 0
|
||||
|
Reference in New Issue
Block a user