tmp/tmpjoy1b2tp/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
### Clause [[dcl.dcl]]: declarations <a id="diff.cpp03.dcl.dcl">[[diff.cpp03.dcl.dcl]]</a>
|
| 2 |
|
| 3 |
-
[[dcl.spec]] **Change:** Remove `auto` as a storage class specifier
|
| 4 |
**Rationale:** New feature. **Effect on original feature:** Valid
|
| 5 |
C++03code that uses the keyword `auto` as a storage class specifier may
|
| 6 |
be invalid in this International Standard. In this International
|
| 7 |
Standard, `auto` indicates that the type of a variable is to be deduced
|
| 8 |
from its initializer expression.
|
|
|
|
| 1 |
### Clause [[dcl.dcl]]: declarations <a id="diff.cpp03.dcl.dcl">[[diff.cpp03.dcl.dcl]]</a>
|
| 2 |
|
| 3 |
+
[[dcl.spec]] **Change:** Remove `auto` as a storage class specifier.
|
| 4 |
**Rationale:** New feature. **Effect on original feature:** Valid
|
| 5 |
C++03code that uses the keyword `auto` as a storage class specifier may
|
| 6 |
be invalid in this International Standard. In this International
|
| 7 |
Standard, `auto` indicates that the type of a variable is to be deduced
|
| 8 |
from its initializer expression.
|