forked from boostorg/preprocessor
Corrected limit. Added BOOST_PP_IS_STANDARD macro. Updated variadic tests.
This commit is contained in:
@ -112,4 +112,10 @@
|
||||
# define BOOST_PP_VARIADICS 0
|
||||
# endif
|
||||
#
|
||||
# if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_STRICT()
|
||||
# define BOOST_PP_IS_STANDARD() 1
|
||||
# else
|
||||
# define BOOST_PP_IS_STANDARD() 0
|
||||
# endif
|
||||
#
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user