Searched refs:u_bound (Results 1 – 1 of 1) sorted by relevance
111 typename Container::iterator u_bound = cont.upper_bound(key); in test_ordered_methods() local114 REQUIRE_MESSAGE(u_bound == u_bound_check, "upper_bound() returned wrong iterator"); in test_ordered_methods()121 …REQUIRE_MESSAGE(cu_bound == const_iterator(u_bound), "upper_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()