]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Implement LWG 3481 change to ranges::viewable_range
authorPatrick Palka <ppalka@redhat.com>
Thu, 21 Oct 2021 01:34:18 +0000 (21:34 -0400)
committerPatrick Palka <ppalka@redhat.com>
Tue, 12 Apr 2022 12:37:28 +0000 (08:37 -0400)
commit60b4a814777456527b48f77ef1d0a6af26a83242
tree0e393319535ce2829d046bc9658447300a58da53
parente88ffd55707ea3ee97dc71aa2888ce61195eb6f4
libstdc++: Implement LWG 3481 change to ranges::viewable_range

libstdc++-v3/ChangeLog:

* include/bits/ranges_base.h (viewable_range): Adjust as per
LWG 3481.
* testsuite/std/ranges/adaptors/all.cc (test07): New test.

(cherry picked from commit a2c2dcc6ca205a8c5c76b04ef2eb4fb097dcb069)
libstdc++-v3/include/bits/ranges_base.h
libstdc++-v3/testsuite/std/ranges/adaptors/all.cc