Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49153 - trunk/boost/detail
From: nicola.musatti_at_[hidden]
Date: 2008-10-06 16:17:19


Author: nmusatti
Date: 2008-10-06 16:17:18 EDT (Mon, 06 Oct 2008)
New Revision: 49153
URL: http://svn.boost.org/trac/boost/changeset/49153

Log:
Patch from Ticket #2342
Text files modified:
   trunk/boost/detail/sp_convertible.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/detail/sp_convertible.hpp
==============================================================================
--- trunk/boost/detail/sp_convertible.hpp (original)
+++ trunk/boost/detail/sp_convertible.hpp 2008-10-06 16:17:18 EDT (Mon, 06 Oct 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
 


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