Ticket #2342: sp_convertible.patch
File sp_convertible.patch, 484 bytes (added by , 14 years ago) |
---|
-
sp_convertible.hpp
25 25 # define BOOST_SP_NO_SP_CONVERTIBLE 26 26 #endif 27 27 28 #if !defined( BOOST_SP_NO_SP_CONVERTIBLE ) && defined( __BORLANDC__ ) && ( __BORLANDC__ < 0x600 )28 #if !defined( BOOST_SP_NO_SP_CONVERTIBLE ) && defined( __BORLANDC__ ) && ( __BORLANDC__ <= 0x610 ) 29 29 # define BOOST_SP_NO_SP_CONVERTIBLE 30 30 #endif 31 31