libstdc++: Fix inconsistent noexcept-specific for valarray begin/end
authorJonathan Wakely <jwakely@redhat.com>
Fri, 5 Nov 2021 21:42:20 +0000 (21:42 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 5 Nov 2021 21:44:01 +0000 (21:44 +0000)
commit2b2d97fc545635a0f6aa9c9ee3b017394bc494bf
tree82120d2d34f1c33149e195cd67bc8f37f66d3c06
parent70d6f6e41f77269f7d293c6fbccf978680e68d2a
libstdc++: Fix inconsistent noexcept-specific for valarray begin/end

These declarations should be noexcept after I added it to the
definitions in <valarray>.

libstdc++-v3/ChangeLog:

* include/bits/range_access.h (begin(valarray), end(valarray)):
Add noexcept.
libstdc++-v3/include/bits/range_access.h