Disable sp_convertible for Borland 5.x.

[SVN r45346]
This commit is contained in:
Peter Dimov
2008-05-13 23:53:12 +00:00
parent d261079616
commit 05e050abe0

View File

@ -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