summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-07-01 21:01:15 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-07-01 22:58:44 +0100
commite4490e7771e4df28427cca5e113afe58a7fff8d5 (patch)
tree0c6fe1c83f01653aeaddba4a997116b69b167eb0 /libstdc++-v3/ChangeLog
parent0c6cec5ce99a7f532d66373e0ba340c94ef688a6 (diff)
downloadgcc-e4490e7771e4df28427cca5e113afe58a7fff8d5.tar.gz
libstdc++: Remove noexcept from match_results comparisons (PR 94627)
These functions can't be noexcept because the iterators stored in the sub_match objects can throw on any operation. libstdc++-v3/ChangeLog: PR libstdc++/94627 * include/bits/regex.h (operator==, operator!=): Remove noexcept equality comparisons for match_results. * testsuite/28_regex/match_results/94627.cc: New test. (cherry picked from commit a1a0dc4548979f8a340a7ea71624a52a20e1e0b3)
Diffstat (limited to 'libstdc++-v3/ChangeLog')
0 files changed, 0 insertions, 0 deletions