$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57955 - trunk/boost/smart_ptr/detail
From: pdimov_at_[hidden]
Date: 2009-11-26 16:04:36
Author: pdimov
Date: 2009-11-26 16:04:36 EST (Thu, 26 Nov 2009)
New Revision: 57955
URL: http://svn.boost.org/trac/boost/changeset/57955
Log:
Extend Borland workaround to 6.2.
Text files modified:
trunk/boost/smart_ptr/detail/sp_convertible.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/smart_ptr/detail/sp_convertible.hpp
==============================================================================
--- trunk/boost/smart_ptr/detail/sp_convertible.hpp (original)
+++ trunk/boost/smart_ptr/detail/sp_convertible.hpp 2009-11-26 16:04:36 EST (Thu, 26 Nov 2009)
@@ -25,7 +25,7 @@
# define BOOST_SP_NO_SP_CONVERTIBLE
#endif
-#if !defined( BOOST_SP_NO_SP_CONVERTIBLE ) && defined( __BORLANDC__ ) && ( __BORLANDC__ <= 0x610 )
+#if !defined( BOOST_SP_NO_SP_CONVERTIBLE ) && defined( __BORLANDC__ ) && ( __BORLANDC__ <= 0x620 )
# define BOOST_SP_NO_SP_CONVERTIBLE
#endif