r218710 - in /trunk/libstdc++-v3: ChangeLog inc...

timshen@gcc.gnu.org timshen@gcc.gnu.org
Sat Dec 13 22:19:00 GMT 2014


Author: timshen
Date: Sat Dec 13 22:19:18 2014
New Revision: 218710

URL: https://gcc.gnu.org/viewcvs?rev=218710&root=gcc&view=rev
Log:
	PR libstdc++/64239
	* include/bits/regex.h (match_results<>::match_results,
	match_results<>::operator=, match_results<>::position,
	match_results<>::swap): Remove match_results::_M_in_iterator.
	Fix ctor/assign/swap.
	* include/bits/regex.tcc: (__regex_algo_impl<>,
	regex_iterator<>::operator++): Set match_results::_M_begin as
	"start position".
	* testsuite/28_regex/iterators/regex_iterator/char/
	string_position_01.cc: Test cases.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/regex.h
    trunk/libstdc++-v3/include/bits/regex.tcc
    trunk/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_position_01.cc



More information about the Gcc-cvs mailing list