Borland 6.21 still needs the workaround. Refs #4067.

[SVN r61074]
This commit is contained in:
Peter Dimov
2010-04-05 18:53:58 +00:00
parent ae34be773f
commit f7919f0b9f

View File

@ -25,7 +25,7 @@
# define BOOST_SP_NO_SP_CONVERTIBLE
#endif
#if !defined( BOOST_SP_NO_SP_CONVERTIBLE ) && defined( __BORLANDC__ ) && ( __BORLANDC__ <= 0x620 )
#if !defined( BOOST_SP_NO_SP_CONVERTIBLE ) && defined( __BORLANDC__ ) && ( __BORLANDC__ < 0x630 )
# define BOOST_SP_NO_SP_CONVERTIBLE
#endif