Affected subclause: [dcl.spec]
Change: Remove
auto as a storage class specifier
. Effect on original feature:
Valid C++ 2003 code that uses the keyword
auto as a storage class
specifier may be invalid in this International Standard
. In this International
Standard,
auto indicates that the type of a variable is to be deduced
from its initializer expression
.