Searched refs:test_swap_function (Results 1 – 2 of 2) sorted by relevance
270 void test_swap_function( T const* ) in test_swap_function() function350 ( test_swap_function( ARG(optional_swap_test::class_without_default_ctor) ) ); in test_swap_tweaking()351 ( test_swap_function( ARG(optional_swap_test::class_whose_default_ctor_should_be_used) ) ); in test_swap_tweaking()352 ( test_swap_function( ARG(optional_swap_test::class_whose_default_ctor_should_not_be_used) ) ); in test_swap_tweaking()353 ( test_swap_function( ARG(optional_swap_test::class_whose_explicit_ctor_should_be_used) ) ); in test_swap_tweaking()354 …( test_swap_function( ARG(optional_swap_test::template_whose_default_ctor_should_be_used<char>) ) … in test_swap_tweaking()
271 namespace test_swap_function { namespace