$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-06-01 18:55:03
----- Original Message -----
From: <jbandela_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Friday, June 01, 2001 7:23 PM
Subject: [boost] Re: Tokenizer review comments
>
> > Code comments / questions:
> > 1) I would have expected that the Tokenizer class would have
> >
> > template <class TokenizerFunc,
> > class Token=std::string,
> > class Iterator=std::string::const_iterator>
> > class Tokenizer {...}
> >
wouldn't you want class Iterator=typename Token::const_iterator
?
-Dave