P
Pete Becker
Ron said:BZZT. Caught myself here. Not undefined behavior as there are inherent
sequence points in the function calls. operator ++ is overloaded here.
Ah, that's the point. Okay, unspecified here. Undefined for builtin
types. Bad business either way.