
18 Jul
2006
18 Jul
'06
12:06 p.m.
Janek Kozicki wrote:
boost::tokenizer<>::iterator pos=tok.begin(); - is this IMO bad design intentional?
Boost.Tokenizer is written as to model an iterator. Have you even seen an iterator throw an exception on reaching the end of the sequence? So yes, the design is probably intentional. Sebastian Redl