aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/regex
diff options
context:
space:
mode:
authorTim Shen <timshen91@gmail.com>2013-08-07 16:27:36 +0000
committerTim Shen <timshen@gcc.gnu.org>2013-08-07 16:27:36 +0000
commit6cb784b639c3de7505674b56f542c8b714d7df8a (patch)
tree4f7d7817ecc1c16e1953e9d0fd4f391d5a5dce2d /libstdc++-v3/include/std/regex
parent5ee5b32cb20051b96dee793ef1c34355b43f8889 (diff)
downloadgcc-6cb784b639c3de7505674b56f542c8b714d7df8a.zip
gcc-6cb784b639c3de7505674b56f542c8b714d7df8a.tar.gz
gcc-6cb784b639c3de7505674b56f542c8b714d7df8a.tar.bz2
Makefile.am: Adjust to new files.
2013-08-07 Tim Shen <timshen91@gmail.com> * include/Makefile.am: Adjust to new files. * include/Makefile.in: Regenerate. * include/bits/regex.h: Adjust to new interfaces. * include/bits/regex_automaton.h: New. * include/bits/regex_automaton.tcc: New. * include/bits/regex_compiler.h: Adjust to new files. * include/bits/regex_compiler.tcc: New. * include/bits/regex_constants.h: Tail spaces. * include/bits/regex_error.h: Likewise. * include/bits/regex_executor.h: New. * include/bits/regex_executor.tcc: New. * include/std/regex: Adjust to new files. * testsuite/28_regex/algorithms/regex_match/extended/ string_dispatch_01.cc: Adjust to new interfaces. From-SVN: r201573
Diffstat (limited to 'libstdc++-v3/include/std/regex')
-rw-r--r--libstdc++-v3/include/std/regex6
1 files changed, 2 insertions, 4 deletions
diff --git a/libstdc++-v3/include/std/regex b/libstdc++-v3/include/std/regex
index b0918ed..ac9a2a8 100644
--- a/libstdc++-v3/include/std/regex
+++ b/libstdc++-v3/include/std/regex
@@ -54,13 +54,11 @@
#include <utility>
#include <vector>
-#include <bits/range_access.h>
#include <bits/regex_constants.h>
#include <bits/regex_error.h>
-#include <bits/regex_cursor.h>
-#include <bits/regex_nfa.h>
+#include <bits/regex_automaton.h>
#include <bits/regex_compiler.h>
-#include <bits/regex_grep_matcher.h>
+#include <bits/regex_executor.h>
#include <bits/regex.h>
#endif // C++11