Searched refs:cont_range (Results 1 – 1 of 1) sorted by relevance
105 typename Container::range_type cont_range = cont.range(); in test_ordered_methods() local107 …REQUIRE_MESSAGE(cont_range.size() == ccont_range.size(), "Incorrect ordered container range size"); in test_ordered_methods()108 REQUIRE_MESSAGE(cont_range.size() == cont.size(), "Incorrect ordered container range size"); in test_ordered_methods()