From 55cdba0324d68176cd0f0641c35e2429f79aaced Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 17 Aug 2010 14:07:45 +0000 Subject: [PATCH] Remove double define of BOOST_NO_VARIADIC_MACROS [SVN r64860] --- include/boost/config/compiler/gcc_xml.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/config/compiler/gcc_xml.hpp b/include/boost/config/compiler/gcc_xml.hpp index 48fb4533..a456463c 100644 --- a/include/boost/config/compiler/gcc_xml.hpp +++ b/include/boost/config/compiler/gcc_xml.hpp @@ -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__