mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-05-04 03:50:58 +02:00
Remove uses of BOOST_SP_NO_SP_CONVERTIBLE
This commit is contained in:
@@ -61,8 +61,6 @@ class D: public B
|
||||
|
||||
int main()
|
||||
{
|
||||
#if !defined( BOOST_SP_NO_SP_CONVERTIBLE )
|
||||
|
||||
using boost::detail::sp_convertible;
|
||||
|
||||
TEST_CV_TRUE( X, X )
|
||||
@@ -87,7 +85,5 @@ int main()
|
||||
TEST_CV_TRUE( X[3], void )
|
||||
TEST_CV_FALSE( void, X[3] )
|
||||
|
||||
#endif
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user