2013-10-20 Tim Shen <timshen91@gmail.com>
authortimshen <timshen@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Oct 2013 10:07:29 +0000 (10:07 +0000)
committertimshen <timshen@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Oct 2013 10:07:29 +0000 (10:07 +0000)
commit53c19c986606bf484095e57daddcf2e33da79cad
tree7769a5568df6939da675c46462f0680614d44d01
parentfe019f032fe177df5b9ba3c31297a48ba6382cff
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203875 138bc75d-0d04-0410-961f-82ee72b054a4
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