diff --git a/include/boost/regex/v4/perl_matcher.hpp b/include/boost/regex/v4/perl_matcher.hpp index a45d6cc5..9ba41274 100644 --- a/include/boost/regex/v4/perl_matcher.hpp +++ b/include/boost/regex/v4/perl_matcher.hpp @@ -271,7 +271,7 @@ template class perl_matcher { public: - typedef typename boost::re_detail::regex_iterator_traits::value_type char_type; + typedef typename traits::char_type char_type; typedef perl_matcher self_type; typedef bool (self_type::*matcher_proc_type)(void); typedef access_t access;