@etchedpixels Sequence points is an interesting case because the unsequenced operations are effectively defined by omission :) You still don't get compiler warnings about something like foo(&s) + bar(&s) though so I'm sure there are a million bugs out there due to it. Is that worth it, is the question.