]> git.ipfire.org Git - thirdparty/gcc.git/commit
Partially implement regex_search.
authorTim Shen <timshen91@gmail.com>
Sun, 21 Jul 2013 23:34:02 +0000 (23:34 +0000)
committerTim Shen <timshen@gcc.gnu.org>
Sun, 21 Jul 2013 23:34:02 +0000 (23:34 +0000)
commit603c431f90469eaa5308447b68e63718dfd5ff8a
tree048f4c3c258490bce321bc913432437d27f68791
parent3429db0fb07ae6f0fb09f72667f5dc0e818df349
Partially implement regex_search.

2013-07-21  Tim Shen  <timshen91@gmail.com>

Partially implement regex_search.
* include/bits/regex.h: regex_search.
* include/bits/regex_grep_matcher.h: _M_search_from_first.
* include/bits/regex_grep_matcher.tcc: Implement it.
* testsuite/28_regex/algorithms/regex_search/basic/string_01.cc: New.

From-SVN: r201113
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex.h
libstdc++-v3/include/bits/regex_grep_matcher.h
libstdc++-v3/include/bits/regex_grep_matcher.tcc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/basic/string_01.cc [new file with mode: 0644]