$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51510 - trunk/boost/bind
From: pdimov_at_[hidden]
Date: 2009-03-01 11:06:45
Author: pdimov
Date: 2009-03-01 11:06:44 EST (Sun, 01 Mar 2009)
New Revision: 51510
URL: http://svn.boost.org/trac/boost/changeset/51510
Log:
Borland 6.10 still needs the workaround; fails bind_dm_test without it.
Text files modified: 
   trunk/boost/bind/bind.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/bind/bind.hpp
==============================================================================
--- trunk/boost/bind/bind.hpp	(original)
+++ trunk/boost/bind/bind.hpp	2009-03-01 11:06:44 EST (Sun, 01 Mar 2009)
@@ -1615,7 +1615,7 @@
 // data member pointers
 
 #if defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING) \
-    || ( defined(__BORLANDC__) && BOOST_WORKAROUND( __BORLANDC__, < 0x600 ) )
+    || ( defined(__BORLANDC__) && BOOST_WORKAROUND( __BORLANDC__, <= 0x610 ) )
 
 template<class R, class T, class A1>
 _bi::bind_t< R, _mfi::dm<R, T>, typename _bi::list_av_1<A1>::type >