aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-07-01 21:01:15 +0100
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 13:15:46 -0300
commitb098dc66eacaaaff121eb417238643aed152dcae (patch)
treea1ed773b43ee1639bbe1b18eb40736d8ba77320d /gcc
parent732961dea2e59e5186901843c9c3d636f7a48a51 (diff)
downloadgcc-b098dc66eacaaaff121eb417238643aed152dcae.zip
gcc-b098dc66eacaaaff121eb417238643aed152dcae.tar.gz
gcc-b098dc66eacaaaff121eb417238643aed152dcae.tar.bz2
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.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions