Searched refs:cu_bound (Results 1 – 1 of 1) sorted by relevance
118 const_iterator cu_bound = ccont.upper_bound(key); in test_ordered_methods() local121 …REQUIRE_MESSAGE(cu_bound == const_iterator(u_bound), "upper_bound() const returned wrong iterator"… in test_ordered_methods()