Searched refs:GoodIter1 (Results 1 – 1 of 1) sorted by relevance
453 class GoodIter1 { class455 GoodIter1() {} in GoodIter1() function in GoodIter1456 GoodIter1(const GoodIter1 &) {} in GoodIter1() argument457 GoodIter1 &operator++(int) { return *this; } in operator ++()458 GoodIter1 &operator=(const GoodIter1 &that) { return *this; } in operator =()459 GoodIter1 &operator+=(int x) { return *this; } in operator +=()460 friend long operator-(const GoodIter1 &, const GoodIter1 &);461 GoodIter1 &operator-(int) { return *this; } in operator -()462 bool operator<(GoodIter1 a) { return true; } in operator <()612 GoodIter1 I1, E1; in test_with_random_access_iterator()[all …]