forked from boostorg/preprocessor
Cleaner use of preprocessor defines to quell warnings.
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
|
||||
#if BOOST_PP_VARIADICS
|
||||
|
||||
#if defined(BOOST_PP_VARIADICS_MSVC) /* Testing the VC++ variadic version */
|
||||
#if BOOST_PP_VARIADICS_MSVC /* Testing the VC++ variadic version */
|
||||
|
||||
/* INCORRECT */
|
||||
|
||||
|
Reference in New Issue
Block a user