http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57213
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2013-05-09 08:06:10 UTC --- (In reply to comment #3) > Or this DR affects C++03 (and C++98) also? Yes, it's not a new feature of C++11, it's a *defect* in C++03 so we fixed it according to the committee's agreed resolution. The old specification was broken. This is similar to fixing bugs in libstdc++, we don't keep the old defective behaviour around as well, we fix it.