libstdc++: Fix mismatched noexcept-specifiers in filesystem::path [PR102499]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 27 Sep 2021 21:07:12 +0000 (22:07 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 28 Sep 2021 16:30:05 +0000 (17:30 +0100)
commitf2b7f56a15d9cbbd2f0db22e0e39c4dd161bab69
tree540d9b77777033d585dd0cfb9e9937e2d5921e8f
parente159c0aa10e50c292a534535c73f38d22b6129a8
libstdc++: Fix mismatched noexcept-specifiers in filesystem::path [PR102499]

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

PR libstdc++/102499
* include/bits/fs_path.h (path::begin, path::end): Add noexcept
to declarations, to match definitions.
libstdc++-v3/include/bits/fs_path.h