gcc/libstdc++-v3/testsuite/28_regex/match_results
Jonathan Wakely a1a0dc4548 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.
2020-07-01 21:06:42 +01:00
..
ctors Update copyright years. 2020-01-01 12:51:42 +01:00
94627.cc libstdc++: Remove noexcept from match_results comparisons (PR 94627) 2020-07-01 21:06:42 +01:00
format.cc Update copyright years. 2020-01-01 12:51:42 +01:00
out_of_range_submatches.cc Update copyright years. 2020-01-01 12:51:42 +01:00
pmr_typedefs.cc Update copyright years. 2020-01-01 12:51:42 +01:00
swap.cc Update copyright years. 2020-01-01 12:51:42 +01:00
typedefs.cc Update copyright years. 2020-01-01 12:51:42 +01:00