Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk