$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: technews_at_[hidden]
Date: 2007-12-23 19:37:54
Author: turkanis
Date: 2007-12-23 19:37:53 EST (Sun, 23 Dec 2007)
New Revision: 42267
URL: http://svn.boost.org/trac/boost/changeset/42267
Log:
last commit accidentally included a commented out #if directive
Text files modified: 
   trunk/boost/iostreams/close.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/iostreams/close.hpp
==============================================================================
--- trunk/boost/iostreams/close.hpp	(original)
+++ trunk/boost/iostreams/close.hpp	2007-12-23 19:37:53 EST (Sun, 23 Dec 2007)
@@ -75,7 +75,7 @@
 
 } } // End namespaces iostreams, boost.
 
-#if 1 //BOOST_WORKAROUND(BOOST_MSVC, < 1300) //-----------------------------------//
+#if BOOST_WORKAROUND(BOOST_MSVC, < 1300) //-----------------------------------//
 # include <boost/iostreams/detail/vc6/close.hpp>
 #else // #if BOOST_WORKAROUND(BOOST_MSVC, < 1300) //--------------------------//