Searched refs:l_bound_check (Results 1 – 1 of 1) sorted by relevance
85 typename Container::iterator l_bound_check, u_bound_check; in test_ordered_methods() local93 l_bound_check = cont.end(); in test_ordered_methods()96 if (!val_comp(*it, Value<Container>::make(key)) && l_bound_check == cont.end()) { in test_ordered_methods()97 l_bound_check = it; in test_ordered_methods()113 REQUIRE_MESSAGE(l_bound == l_bound_check, "lower_bound() returned wrong iterator"); in test_ordered_methods()