Remove uses of BOOST_SP_NO_SP_CONVERTIBLE

This commit is contained in:
Peter Dimov
2024-09-24 18:49:22 +03:00
parent 26cf7ff744
commit bd0419c290
10 changed files with 3 additions and 100 deletions
-4
View File
@@ -78,8 +78,6 @@ using boost::weak_ptr;
int main()
{
#if !defined( BOOST_SP_NO_SP_CONVERTIBLE )
TEST_CV_TRUE( X, X )
TEST_CV_TRUE( X, void )
TEST_CV_FALSE( void, X )
@@ -102,7 +100,5 @@ int main()
TEST_CV_TRUE( X[3], void )
TEST_CV_FALSE( void, X[3] )
#endif
return boost::report_errors();
}