tmp/tmp_3hu5cfo/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
### Enumeration scope <a id="basic.scope.enum">[[basic.scope.enum]]</a>
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
|
|
|
|
| 1 |
### Enumeration scope <a id="basic.scope.enum">[[basic.scope.enum]]</a>
|
| 2 |
|
| 3 |
+
Any declaration of an enumeration E introduces an *enumeration scope*
|
| 4 |
+
that includes the *enumerator-list* of the *enum-specifier* for E (if
|
| 5 |
+
any).
|
| 6 |
|