This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
>>>>> 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