diff --git a/include/boost/regex/v4/regex_token_iterator.hpp b/include/boost/regex/v4/regex_token_iterator.hpp index bb3afa11..2bb26930 100644 --- a/include/boost/regex/v4/regex_token_iterator.hpp +++ b/include/boost/regex/v4/regex_token_iterator.hpp @@ -51,11 +51,7 @@ template regex_type; -#if 1 typedef sub_match value_type; -#else - typedef std::basic_string value_type; -#endif match_results what; // current match BidirectionalIterator end; // end of search area