aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/regex_executor.h')
-rw-r--r--libstdc++-v3/include/bits/regex_executor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/bits/regex_executor.h b/libstdc++-v3/include/bits/regex_executor.h
index f08f292..ded7747 100644
--- a/libstdc++-v3/include/bits/regex_executor.h
+++ b/libstdc++-v3/include/bits/regex_executor.h
@@ -62,7 +62,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
typedef std::vector<sub_match<_BiIter>, _Alloc> _ResultsVec;
typedef regex_constants::match_flag_type _FlagT;
typedef typename _TraitsT::char_class_type _ClassT;
- typedef _NFA<_CharT, _TraitsT> _NFAT;
+ typedef _NFA<_TraitsT> _NFAT;
public:
_Executor(_BiIter __begin,
@@ -138,10 +138,10 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}
bool
- _M_word_boundary(_State<_CharT, _TraitsT> __state) const;
+ _M_word_boundary(_State<_TraitsT> __state) const;
bool
- _M_lookahead(_State<_CharT, _TraitsT> __state);
+ _M_lookahead(_State<_TraitsT> __state);
public:
_ResultsVec _M_cur_results;