$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49043 - branches/bcbboost/boost/detail
From: nicola.musatti_at_[hidden]
Date: 2008-09-29 17:18:47
Author: nmusatti
Date: 2008-09-29 17:18:47 EDT (Mon, 29 Sep 2008)
New Revision: 49043
URL: http://svn.boost.org/trac/boost/changeset/49043
Log:
CodeGear patch
Text files modified: 
   branches/bcbboost/boost/detail/sp_convertible.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/bcbboost/boost/detail/sp_convertible.hpp
==============================================================================
--- branches/bcbboost/boost/detail/sp_convertible.hpp	(original)
+++ branches/bcbboost/boost/detail/sp_convertible.hpp	2008-09-29 17:18:47 EDT (Mon, 29 Sep 2008)
@@ -25,7 +25,7 @@
 # define BOOST_SP_NO_SP_CONVERTIBLE
 #endif
 
-#if !defined( BOOST_SP_NO_SP_CONVERTIBLE ) && defined( __BORLANDC__ ) && ( __BORLANDC__ < 0x600 )
+#if !defined( BOOST_SP_NO_SP_CONVERTIBLE ) && defined( __BORLANDC__ ) && ( __BORLANDC__ <= 0x610 )
 # define BOOST_SP_NO_SP_CONVERTIBLE
 #endif