This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: testcase correction


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]