]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Implement LWG 3580 change to ranges::iota_view
authorPatrick Palka <ppalka@redhat.com>
Tue, 19 Oct 2021 22:07:19 +0000 (18:07 -0400)
committerPatrick Palka <ppalka@redhat.com>
Tue, 12 Apr 2022 12:37:27 +0000 (08:37 -0400)
commite88ffd55707ea3ee97dc71aa2888ce61195eb6f4
tree8bbf06b78f5c96ee89eabb800e0452d316504f28
parent06309012df200d8028f2985665b7843dca70ec81
libstdc++: Implement LWG 3580 change to ranges::iota_view

libstdc++-v3/ChangeLog:

* include/std/ranges (iota_view::_Iterator::operator+): Adjust
definition as per LWG 3580.
(iota_view::_Iterator::operator-): Likewise.

(cherry picked from commit 5566f3c6b46cf053ae4b918513e318561b7af053)
libstdc++-v3/include/std/ranges