]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Implement LWG 3692/3702 changes to zip_/zip_transform_view
authorPatrick Palka <ppalka@redhat.com>
Fri, 26 Aug 2022 22:59:36 +0000 (18:59 -0400)
committerPatrick Palka <ppalka@redhat.com>
Fri, 26 Aug 2022 22:59:36 +0000 (18:59 -0400)
commitd0fd62d0ff4d1e0648e11b650b4f449772663990
tree71fe1a96133b8b1f88525c764e54b802fac83e0e
parent1a93a84b9e01d0dd5156be8d686e8666a6fc45a8
libstdc++: Implement LWG 3692/3702 changes to zip_/zip_transform_view

libstdc++-v3/ChangeLog:

* include/std/ranges (zip_view::_Iterator::operator<): Remove
as per LWG 3692.
(zip_view::_Iterator::operator>): Likewise.
(zip_view::_Iterator::operator<=): Likewise.
(zip_view::_Iterator::operator>=): Likewise.
(zip_view::_Iterator::operator<=>): Remove three_way_comparable
constraint as per LWG 3692.
(zip_transform_view::_Iterator): Ditto as per LWG 3702.
libstdc++-v3/include/std/ranges
This page took 0.051694 seconds and 5 git commands to generate.