libstdc++: remove redundant equality operators
authorJonathan Wakely <jwakely@redhat.com>
Wed, 6 Nov 2019 17:53:12 +0000 (17:53 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 6 Nov 2019 17:53:12 +0000 (17:53 +0000)
commitd37303d15af7ff6f89989a70605a8225be0ffa6d
tree4ff82934e6d5a3e38f2892dedf6dc756b4bab405
parent6394a341d6c4a69d61b29618bf8837002eca580f
libstdc++: remove redundant equality operators

Now that operator<=> is supported, these operators can be generated by
the compiler.

* include/bits/iterator_concepts.h (unreachable_sentinel_t): Remove
redundant equality operators.
* testsuite/util/testsuite_iterators.h (test_range::sentinel):
Likewise.

From-SVN: r277888
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/iterator_concepts.h
libstdc++-v3/testsuite/util/testsuite_iterators.h