]> 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, 19 Oct 2021 22:07:19 +0000 (18:07 -0400)
commit5566f3c6b46cf053ae4b918513e318561b7af053
tree3280845dc7b0b63fb3075592fd3cf99c1a428f84
parentbed1892f5b1a6601caa93d54c156a4d04d76ee7b
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.
libstdc++-v3/include/std/ranges