Corrected limit. Added BOOST_PP_IS_STANDARD macro. Updated variadic tests.

This commit is contained in:
Edward Diener
2020-08-23 20:08:38 -04:00
parent 1cf82f9928
commit 5d70c1fc7b
3 changed files with 32 additions and 22 deletions

View File

@ -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