$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: nicola.musatti_at_[hidden]
Date: 2007-10-06 17:02:49
Author: nmusatti
Date: 2007-10-06 17:02:49 EDT (Sat, 06 Oct 2007)
New Revision: 39750
URL: http://svn.boost.org/trac/boost/changeset/39750
Log:
Updated to support C++Builder 2007 Update 3 (bcc32 5.9.2)
Text files modified: 
   branches/bcbboost/boost/iostreams/detail/enable_if_stream.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/bcbboost/boost/iostreams/detail/enable_if_stream.hpp
==============================================================================
--- branches/bcbboost/boost/iostreams/detail/enable_if_stream.hpp	(original)
+++ branches/bcbboost/boost/iostreams/detail/enable_if_stream.hpp	2007-10-06 17:02:49 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  \
     /**/