From 05e050abe0080528e4dec4ad8ec07f739d661391 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 13 May 2008 23:53:12 +0000 Subject: [PATCH] Disable sp_convertible for Borland 5.x. [SVN r45346] --- include/boost/detail/sp_convertible.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/detail/sp_convertible.hpp b/include/boost/detail/sp_convertible.hpp index 798497c..017217b 100644 --- a/include/boost/detail/sp_convertible.hpp +++ b/include/boost/detail/sp_convertible.hpp @@ -25,6 +25,10 @@ # define BOOST_SP_NO_SP_CONVERTIBLE #endif +#if !defined( BOOST_SP_NO_SP_CONVERTIBLE ) && defined( __BORLANDC__ ) && ( __BORLANDC__ < 0x600 ) +# define BOOST_SP_NO_SP_CONVERTIBLE +#endif + #if !defined( BOOST_SP_NO_SP_CONVERTIBLE ) namespace boost