Searched refs:move_c (Results 1 – 1 of 1) sorted by relevance
163 Container move_c(::boost::move(c)); in test_sequence_container() local164 BOOST_TEST( move_c.size() == d.size() ); in test_sequence_container()167 c = ::boost::move(move_c); in test_sequence_container()169 BOOST_TEST( move_c.empty()); in test_sequence_container()402 Container move_c(::boost::move(c)); in test_common_unordered_and_associative_container() local403 BOOST_TEST(orig_size == move_c.size()); in test_common_unordered_and_associative_container()407 { BOOST_TEST( move_c.find(key_of_value()(*di)) != move_c.end() ); } in test_common_unordered_and_associative_container()409 c = ::boost::move(move_c); in test_common_unordered_and_associative_container()413 BOOST_TEST( move_c.empty()); in test_common_unordered_and_associative_container()