Searched refs:missing_const_const_greater (Results 1 – 1 of 1) sorted by relevance
304 struct missing_const_const_greater : valid_random_access_iterator<missing_const_const_greater> { struct305 friend bool operator>(missing_const_const_greater&, missing_const_const_greater&);306 friend bool operator>(missing_const_const_greater&, const missing_const_const_greater&);307 friend bool operator>(const missing_const_const_greater&, missing_const_const_greater&);308 …friend bool operator>(const missing_const_const_greater&, const missing_const_const_greater&) = de…402 …_LIBCPP_REQUIRE_CPP17_RANDOM_ACCESS_ITERATOR(missing_const_const_greater); // expected-error {{sta… in check_random_access_iterator()