Updated tests for strict compilers or VC++

This commit is contained in:
Edward Diener
2014-05-01 01:20:12 -04:00
parent ea91a3defa
commit b3b9e80f86
5 changed files with 10 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# include <boost/preprocessor/facilities/is_empty.hpp>
# include <libs/preprocessor/test/test.h>
#if BOOST_PP_VARIADICS && !defined(BOOST_PP_VARIADICS_MSVC)
#if BOOST_PP_VARIADICS && (BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_STRICT()) && !defined(BOOST_PP_VARIADICS_MSVC)
#define FUNC_GEN9(x,y,z) anything