removed unnessary #if

[SVN r22420]
This commit is contained in:
John Maddock
2004-03-02 16:56:56 +00:00
parent 5babdbfa82
commit 82abe57838

View File

@ -51,11 +51,7 @@ template <class BidirectionalIterator,
class regex_token_iterator_implementation
{
typedef basic_regex<charT, traits, Allocator> regex_type;
#if 1
typedef sub_match<BidirectionalIterator> value_type;
#else
typedef std::basic_string<charT> value_type;
#endif
match_results<BidirectionalIterator> what; // current match
BidirectionalIterator end; // end of search area