Now that the new c++11 standard has made changes in how sequence points are described I'm trying to find out exactly what has been changed between c++03 and c++11.
In particular, are there any situations where code that looks the same would have a sequence point in c++11 but not c++03?