gcc/libstdc++-v3/testsuite/28_regex
Tim Shen 407a0fa3a4 Implement regex_iterator and regex_token_iterator.
2013-07-23  Tim Shen  <timshen91@gmail.com>

	Implement regex_iterator and regex_token_iterator.
	* include/bits/regex.h: regex_iterator and regex_token_iterator.
	* testsuite/28_regex/iterators/regex_iterator/char/string_01.cc:
	New.
	* testsuite/28_regex/iterators/regex_iterator/wchar_t/string_01.cc:
	New.
	* testsuite/28_regex/iterators/regex_token_iterator/char/string_01.cc:
	New.
	* testsuite/28_regex/iterators/regex_token_iterator/wchar_t/string_01.cc:
	New.

From-SVN: r201169
2013-07-23 12:31:51 +00:00
..
algorithms Partially implement regex_search. 2013-07-21 23:34:02 +00:00
basic_regex Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
constants Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
headers/regex Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
iterators Implement regex_iterator and regex_token_iterator. 2013-07-23 12:31:51 +00:00
match_results Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex_error Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
requirements Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
sub_match Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
traits Implement class regex_traits. 2013-07-09 13:41:10 +00:00
init-list.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
range_access.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00