Boost logo

Boost-Commit :

From: nicola.musatti_at_[hidden]
Date: 2007-10-06 17:32:06


Author: nmusatti
Date: 2007-10-06 17:32:05 EDT (Sat, 06 Oct 2007)
New Revision: 39751
URL: http://svn.boost.org/trac/boost/changeset/39751

Log:
Updated to support C++Builder 2007 Update 3 (bcc32 5.9.2)
Text files modified:
   trunk/boost/iostreams/detail/enable_if_stream.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/iostreams/detail/enable_if_stream.hpp
==============================================================================
--- trunk/boost/iostreams/detail/enable_if_stream.hpp (original)
+++ trunk/boost/iostreams/detail/enable_if_stream.hpp 2007-10-06 17:32:05 EDT (Sat, 06 Oct 2007)
@@ -15,7 +15,7 @@
 #include <boost/utility/enable_if.hpp>
 #include <boost/iostreams/traits_fwd.hpp> // is_std_io.
 
-#ifndef BOOST_NO_SFINAE
+#if ! defined(BOOST_NO_SFINAE) && ! BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x592))
 # define BOOST_IOSTREAMS_ENABLE_IF_STREAM(T) \
     , typename boost::enable_if< boost::iostreams::is_std_io<T> >::type* = 0 \
     /**/


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