gcc/libstdc++-v3/include
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
..
backward Update copyright years. 2017-01-01 13:07:43 +01:00
bits PR libstdc++/83600 fix end iterator for unready std::match_results 2018-01-05 22:22:28 +00:00
c Update copyright years. 2017-01-01 13:07:43 +01:00
c_compatibility Update copyright years. 2017-01-01 13:07:43 +01:00
c_global Define __cpp_lib_byte feature-test macro 2017-10-20 19:19:09 +01:00
c_std Update copyright years. 2017-01-01 13:07:43 +01:00
debug backport: re PR libstdc++/82522 (std::map::insert(value_type &&) not selected) 2017-12-28 05:37:54 +00:00
decimal Update copyright years. 2017-01-01 13:07:43 +01:00
experimental Avoid redundant calls to filesystem::status_known 2018-01-05 21:27:29 +00:00
ext PR c++/82039 suppress -Wzero-as-null-pointer-constant warning 2017-09-04 13:24:57 +01:00
parallel Update copyright years. 2017-01-01 13:07:43 +01:00
precompiled Update copyright years. 2017-01-01 13:07:43 +01:00
profile Remove unused include from Profile Mode header 2017-01-13 17:20:23 +00:00
std Protect optional's deduction guide with the feature macro 2018-01-04 20:58:29 +02:00
tr1 PR libstdc++/70607 revert recent changes to <tr1/complex> 2017-01-26 19:40:02 +00:00
tr2 Update copyright years. 2017-01-01 13:07:43 +01:00
Makefile.am PR libstdc++/79433 no #error for including headers with wrong -std 2017-10-20 16:14:29 +01:00
Makefile.in PR libstdc++/79433 no #error for including headers with wrong -std 2017-10-20 16:14:29 +01:00