]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Implement LWG 3490 change to drop_while_view::begin()
authorPatrick Palka <ppalka@redhat.com>
Fri, 21 May 2021 04:05:18 +0000 (00:05 -0400)
committerPatrick Palka <ppalka@redhat.com>
Fri, 21 May 2021 04:05:18 +0000 (00:05 -0400)
commit11784fe27d879a10dc8a79212c37f50d4f7146f3
tree6a3c98e3bd8f1229a95097ef42cbc4310d48f4c9
parent317a38cd468d565dc8ce45c6da0dbccf38808f70
libstdc++: Implement LWG 3490 change to drop_while_view::begin()

libstdc++-v3/ChangeLog:

PR libstdc++/100606
* include/std/ranges (drop_while_view::begin): Assert the
precondition added by LWG 3490.
libstdc++-v3/include/std/ranges