aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2024-02-01 21:15:20 +0000
committerJonathan Wakely <jwakely@redhat.com>2024-02-02 10:18:04 +0000
commit91adf2182a245ede958f02df61a5bb184e9110ba (patch)
treee6638ef604aa226a0dd1012291f2cf2a098a0a53 /gcc
parenta9e3818fdc3cfa8d51b7526c0f6b61b268cc4be5 (diff)
downloadgcc-91adf2182a245ede958f02df61a5bb184e9110ba.zip
gcc-91adf2182a245ede958f02df61a5bb184e9110ba.tar.gz
gcc-91adf2182a245ede958f02df61a5bb184e9110ba.tar.bz2
libstdc++: Remove noexcept from std::generator::promise_type::yield_value
This overload of std::generator::promise_type::yield_value calls things which might throw, so should not be noexcept. The noexcept was remove by LWG 3894. libstdc++-v3/ChangeLog: * include/std/generator (promise_type::yield_value): Remove noexcept from fourth overload, as per LWG 3894.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions