libstdc++: Add missing noexcept to lazy_split_view iterator (LWG 3593)
authorJonathan Wakely <jwakely@redhat.com>
Tue, 11 Jan 2022 14:22:47 +0000 (14:22 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 11 Jan 2022 15:17:27 +0000 (15:17 +0000)
commit46de918f9892e637845bd97b4ca95011d46d3733
tree8ceadabf77858aaaf1dc5a2ccfeada29391b97a5
parentd2dc5305d87f4e6a1b861f59164c124636e2b69d
libstdc++: Add missing noexcept to lazy_split_view iterator (LWG 3593)

This was approved at the October 2021 plenary. We already have noexcept
in the other places the issue adds it in the spec.

libstdc++-v3/ChangeLog:

* include/std/ranges (ranges::lazy_split_view::_InnerIter::end()):
Add neoxcept (LWG 3593).
libstdc++-v3/include/std/ranges