Searched refs:ot1 (Results 1 – 1 of 1) sorted by relevance
58 optional<T> ot1(ou); in test_convert_optional_U_to_optional_T_for() local59 BOOST_TEST(ot1); in test_convert_optional_U_to_optional_T_for()60 BOOST_TEST(*ot1 == T(*ou)); in test_convert_optional_U_to_optional_T_for()87 optional<T> ot1(u); in test_convert_U_to_optional_T_for() local88 BOOST_TEST(ot1); in test_convert_U_to_optional_T_for()89 BOOST_TEST(*ot1 == T(u)); in test_convert_U_to_optional_T_for()