Remove double define of BOOST_NO_VARIADIC_MACROS

[SVN r64860]
This commit is contained in:
John Maddock
2010-08-17 14:07:45 +00:00
parent 1a1ed6f02a
commit 55cdba0324

View File

@ -50,7 +50,6 @@
# define BOOST_NO_LAMBDAS
# define BOOST_NO_RAW_LITERALS
# define BOOST_NO_UNICODE_LITERALS
# define BOOST_NO_VARIADIC_MACROS
#define BOOST_COMPILER "GCC-XML C++ version " __GCCXML__