$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: eric_at_[hidden]
Date: 2008-03-07 12:47:41
Author: eric_niebler
Date: 2008-03-07 12:47:40 EST (Fri, 07 Mar 2008)
New Revision: 43539
URL: http://svn.boost.org/trac/boost/changeset/43539
Log:
fix oops
Text files modified: 
   trunk/boost/foreach.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/foreach.hpp
==============================================================================
--- trunk/boost/foreach.hpp	(original)
+++ trunk/boost/foreach.hpp	2008-03-07 12:47:40 EST (Fri, 07 Mar 2008)
@@ -956,7 +956,7 @@
 
 // No variable is needed to track the rvalue-ness of the collection expression
 # define BOOST_FOREACH_PREAMBLE()                                                               \
-    /**/
+    BOOST_FOREACH_SUPPRESS_WARNINGS()
 
 // Evaluate the collection expression
 # define BOOST_FOREACH_EVALUATE(COL)                                                            \