$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53797 - trunk/boost/config/compiler
From: David.Dean_at_[hidden]
Date: 2009-06-11 18:03:08
Author: siliconman
Date: 2009-06-11 18:03:07 EDT (Thu, 11 Jun 2009)
New Revision: 53797
URL: http://svn.boost.org/trac/boost/changeset/53797
Log:
borland/codegear configuration patch to set BOOST_SP_NO_SP_CONVERTIBLE
Text files modified: 
   trunk/boost/config/compiler/borland.hpp  |     1 +                                       
   trunk/boost/config/compiler/codegear.hpp |     1 +                                       
   2 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/config/compiler/borland.hpp
==============================================================================
--- trunk/boost/config/compiler/borland.hpp	(original)
+++ trunk/boost/config/compiler/borland.hpp	2009-06-11 18:03:07 EDT (Thu, 11 Jun 2009)
@@ -114,6 +114,7 @@
 #  define BOOST_NO_IS_ABSTRACT
 #  define BOOST_NO_FUNCTION_TYPE_SPECIALIZATIONS
 #  define BOOST_NO_USING_TEMPLATE
+#  define BOOST_SP_NO_SP_CONVERTIBLE
 
 // Temporary workaround
 #define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
Modified: trunk/boost/config/compiler/codegear.hpp
==============================================================================
--- trunk/boost/config/compiler/codegear.hpp	(original)
+++ trunk/boost/config/compiler/codegear.hpp	2009-06-11 18:03:07 EDT (Thu, 11 Jun 2009)
@@ -42,6 +42,7 @@
 #  define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
 #  define BOOST_NO_TYPENAME_WITH_CTOR    // Cannot use typename keyword when making temporaries of a dependant type
 #  define BOOST_NO_NESTED_FRIENDSHIP     // TC1 gives nested classes access rights as any other member
+#  define BOOST_SP_NO_SP_CONVERTIBLE
 
 // Temporary hack, until specific MPL preprocessed headers are generated
 #  define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS