$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r64860 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2010-08-17 10:07:47
Author: johnmaddock
Date: 2010-08-17 10:07:45 EDT (Tue, 17 Aug 2010)
New Revision: 64860
URL: http://svn.boost.org/trac/boost/changeset/64860
Log:
Remove double define of BOOST_NO_VARIADIC_MACROS
Text files modified: 
   trunk/boost/config/compiler/gcc_xml.hpp |     1 -                                       
   1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/compiler/gcc_xml.hpp
==============================================================================
--- trunk/boost/config/compiler/gcc_xml.hpp	(original)
+++ trunk/boost/config/compiler/gcc_xml.hpp	2010-08-17 10:07:45 EDT (Tue, 17 Aug 2010)
@@ -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__