This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r277888 - in /trunk/libstdc++-v3: ChangeLog inc...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]