r277888 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Wed Nov 6 17:53:00 GMT 2019
Author: redi
Date: Wed Nov 6 17:53:12 2019
New Revision: 277888
URL: https://gcc.gnu.org/viewcvs?rev=277888&root=gcc&view=rev
Log:
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.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/iterator_concepts.h
trunk/libstdc++-v3/testsuite/util/testsuite_iterators.h
More information about the Gcc-cvs
mailing list