On Mon, Oct 15, 2007 at 03:01:19PM +0200, Abdelrazak Younes wrote: > > > > Do you mean > > > > if (it == unicodesymbols.end()) > > return false; > > ? > > Yes, that's what Andre means :-)
I've done that. > >> I'd feel more comfortable with ... + 1 < ... > > > > Me too, but this is how it is done all over the place, so I sticked > > to that. > > Follow the rules not how they are disregarded ;-) Well, there's no rule about this, and there would be no problem with signed types. Anyway, I'm going to modify that in the other places, too. -- Enrico