mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-04-29 10:34:16 +02:00
Remove obsolete uses of BOOST_MSVC
This commit is contained in:
@@ -75,14 +75,7 @@ int main()
|
||||
test_default< Y >();
|
||||
test_destroy< Y >();
|
||||
|
||||
// test_move< Y >();
|
||||
BOOST_TEST_TRAIT_TRUE(( std::is_nothrow_move_constructible<Y> ));
|
||||
|
||||
#if !( defined( BOOST_MSVC ) && BOOST_MSVC == 1700 )
|
||||
|
||||
BOOST_TEST_TRAIT_TRUE(( std::is_nothrow_move_assignable<Y> ));
|
||||
|
||||
#endif
|
||||
test_move< Y >();
|
||||
|
||||
test_default< boost::scoped_ptr<X> >();
|
||||
test_default< boost::scoped_array<X> >();
|
||||
|
||||
Reference in New Issue
Block a user