mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-17 06:22:09 +02:00
MSVC fix
[SVN r15281]
This commit is contained in:
@ -54,7 +54,7 @@
|
|||||||
#
|
#
|
||||||
# /* BOOST_PP_LIST_IS_CONS */
|
# /* BOOST_PP_LIST_IS_CONS */
|
||||||
#
|
#
|
||||||
# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_BCC()
|
# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_BCC() && ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
|
||||||
# define BOOST_PP_LIST_IS_CONS(list) BOOST_PP_IS_BINARY(list)
|
# define BOOST_PP_LIST_IS_CONS(list) BOOST_PP_IS_BINARY(list)
|
||||||
# else
|
# else
|
||||||
# define BOOST_PP_LIST_IS_CONS(list) BOOST_PP_LIST_IS_CONS_D(list)
|
# define BOOST_PP_LIST_IS_CONS(list) BOOST_PP_LIST_IS_CONS_D(list)
|
||||||
@ -65,7 +65,7 @@
|
|||||||
#
|
#
|
||||||
# /* BOOST_PP_LIST_IS_NIL */
|
# /* BOOST_PP_LIST_IS_NIL */
|
||||||
#
|
#
|
||||||
# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_BCC()
|
# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_BCC() && ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
|
||||||
# define BOOST_PP_LIST_IS_NIL(list) BOOST_PP_COMPL(BOOST_PP_IS_BINARY(list))
|
# define BOOST_PP_LIST_IS_NIL(list) BOOST_PP_COMPL(BOOST_PP_IS_BINARY(list))
|
||||||
# else
|
# else
|
||||||
# define BOOST_PP_LIST_IS_NIL(list) BOOST_PP_COMPL(BOOST_PP_LIST_IS_CONS(list))
|
# define BOOST_PP_LIST_IS_NIL(list) BOOST_PP_COMPL(BOOST_PP_LIST_IS_CONS(list))
|
||||||
|
Reference in New Issue
Block a user