|
Boost-Commit : |
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) //--------------------------//
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk