>>>>> Benjamin Kosnik <bkoz@cygnus.com> writes: > Can you document your convention a bit so that others (umm, me, for > instance) can tell what you're trying to do with a bit more ease? I've > never seen > ++ ++it; I don't think it's a "convention", it's just testing that well-formed, if pathological, code works. ++it is an lvalue, so you can apply another ++. Jason