Cleaner use of preprocessor defines to quell warnings.

This commit is contained in:
Edward Diener
2015-05-16 23:44:06 -04:00
parent 1b3fe1570b
commit 827ff0905c
5 changed files with 6 additions and 5 deletions

View File

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