regex.h: Executor caller.
authorTim Shen <timshen91@gmail.com>
Thu, 22 Aug 2013 00:58:28 +0000 (00:58 +0000)
committerTim Shen <timshen@gcc.gnu.org>
Thu, 22 Aug 2013 00:58:28 +0000 (00:58 +0000)
commit1b488e33b66845b5eb1ac0dbff934fc2d8f75890
treecd120fcb09910f198fb7bde5934a7cd9b3e79d4d
parent9ad30113d636b59a11688d541149942b16b6ee5b
regex.h: Executor caller.

2013-08-22  Tim Shen  <timshen91@gmail.com>

* include/bits/regex.h: Executor caller.
* include/bits/regex_executor.h: Fix empty grouping problem.
* include/bits/regex_executor.tcc: Same.
* testsuite/28_regex/algorithms/regex_match/ecma/cstring_emptygroup.cc:
  New.

From-SVN: r201914
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex.h
libstdc++-v3/include/bits/regex_executor.h
libstdc++-v3/include/bits/regex_executor.tcc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/cstring_emptygroup.cc [new file with mode: 0644]