|
Boost-Commit : |
From: pdimov_at_[hidden]
Date: 2008-05-13 19:53:12
Author: pdimov
Date: 2008-05-13 19:53:12 EDT (Tue, 13 May 2008)
New Revision: 45346
URL: http://svn.boost.org/trac/boost/changeset/45346
Log:
Disable sp_convertible for Borland 5.x.
Text files modified:
trunk/boost/detail/sp_convertible.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/detail/sp_convertible.hpp
==============================================================================
--- trunk/boost/detail/sp_convertible.hpp (original)
+++ trunk/boost/detail/sp_convertible.hpp 2008-05-13 19:53:12 EDT (Tue, 13 May 2008)
@@ -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
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