
20 Jul
2009
20 Jul
'09
9:39 p.m.
On Mon, Jul 20, 2009 at 15:07, Phil Endecott<spam_from_boost_dev@chezphil.org> wrote:
Rogier van Dalen wrote:
On Sat, Jul 18, 2009 at 15:20, Phil Endecott wrote:
The idea of an "iterator that knows where its end is" is something that comes up fairly often; do the Range experts have any comments about it?
I mistakenly thought here you meant an iterator knowing where its end in general, rather than just a std::string iterator when decoding UTF-8 from the string.
Also, '\0' could also occur in the middle of the sequence.
That doesn't cause a problem for this application.
Fair enough. Cheers, Rogier