testcase correction

Jason Merrill jason@cygnus.com
Thu Dec 30 07:30:00 GMT 1999


>>>>> 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


More information about the Libstdc++ mailing list