Remove uses of BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP

This commit is contained in:
Peter Dimov
2024-09-25 20:26:14 +03:00
parent aa1a9ef2d7
commit 94d31304f3
4 changed files with 0 additions and 115 deletions
-4
View File
@@ -178,10 +178,6 @@ void test()
BOOST_TEST( cp.use_count() == 3 );
BOOST_TEST( *cp == 87654 );
#if defined( BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP )
using boost::swap;
#endif
boost::shared_ptr<int> cp4;
swap( cp2, cp4 );
BOOST_TEST( cp4.use_count() == 3 );