Searched refs:l_bound (Results 1 – 1 of 1) sorted by relevance
110 typename Container::iterator l_bound = cont.lower_bound(key); in test_ordered_methods() local113 REQUIRE_MESSAGE(l_bound == l_bound_check, "lower_bound() returned wrong iterator"); in test_ordered_methods()120 …REQUIRE_MESSAGE(cl_bound == const_iterator(l_bound), "lower_bound() const returned wrong iterator"… in test_ordered_methods()123 REQUIRE((l_bound == eq_range.first && u_bound == eq_range.second)); in test_ordered_methods()