]> git.ipfire.org Git - thirdparty/gcc.git/commit
regex.h: Remove virtual class _Automaton.
authorTim Shen <timshen91@gmail.com>
Sun, 20 Oct 2013 10:07:29 +0000 (10:07 +0000)
committerTim Shen <timshen@gcc.gnu.org>
Sun, 20 Oct 2013 10:07:29 +0000 (10:07 +0000)
commit603b781be4c81c3943d7701860f38798132c5fdf
tree7769a5568df6939da675c46462f0680614d44d01
parentf5b9d5e877cff9d344645362dc57980a6c747e2c
regex.h: Remove virtual class _Automaton.

2013-10-20  Tim Shen  <timshen91@gmail.com>

* include/bits/regex.h: Remove virtual class _Automaton.
* include/bits/regex_automaton.h: Likewise.
* include/bits/regex.tcc: Adjust comment for policy changing.
* include/bits/regex_executor.h: Update comments of complexity.
* include/bits/regex_executor.tcc: Adjust executor choosing
policy. Now DFS executor is the default one.
* testsuite/util/testsuite_regex.h (regex_match_debug,
regex_search_debug): Adjust for policy changing.

From-SVN: r203875
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex.h
libstdc++-v3/include/bits/regex.tcc
libstdc++-v3/include/bits/regex_automaton.h
libstdc++-v3/include/bits/regex_executor.h
libstdc++-v3/include/bits/regex_executor.tcc
libstdc++-v3/testsuite/util/testsuite_regex.h