gcc/libstdc++-v3/testsuite/28_regex
Jonathan Wakely 7a2b2be984 PR libstdc++/83600 fix end iterator for unready std::match_results
Backport from mainline
2017-12-27  Jonathan Wakely  <jwakely@redhat.com>

	PR libstdc++/83600
	* include/bits/regex.h (match_results::end()): Return valid iterator
	when not ready.
	* testsuite/28_regex/match_results/ctors/char/default.cc: Check that
	unready objects are empty and have equal begin and end iterators.
	* testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise.

From-SVN: r256292
2018-01-05 22:22:28 +00:00
..
algorithms Update copyright years. 2017-01-01 13:07:43 +01:00
basic_regex PR libstdc++/83598 don't modify flags passed to std::basic_regex constructors 2018-01-05 22:22:17 +00:00
constants Update copyright years. 2017-01-01 13:07:43 +01:00
headers/regex Update copyright years. 2017-01-01 13:07:43 +01:00
iterators Update copyright years. 2017-01-01 13:07:43 +01:00
match_results PR libstdc++/83600 fix end iterator for unready std::match_results 2018-01-05 22:22:28 +00:00
regex_error Update copyright years. 2017-01-01 13:07:43 +01:00
requirements Update copyright years. 2017-01-01 13:07:43 +01:00
sub_match Update copyright years. 2017-01-01 13:07:43 +01:00
traits Update copyright years. 2017-01-01 13:07:43 +01:00
init-list.cc Update copyright years. 2017-01-01 13:07:43 +01:00
range_access.cc Update copyright years. 2017-01-01 13:07:43 +01:00
regression.cc Update copyright years. 2017-01-01 13:07:43 +01:00