From 82abe5783825a1c75c86cad7bca5f9b83cbd493e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 2 Mar 2004 16:56:56 +0000 Subject: [PATCH] removed unnessary #if [SVN r22420] --- include/boost/regex/v4/regex_token_iterator.hpp | 4 ---- 1 file changed, 4 deletions(-) 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