From Jason Turner

[basic.scope.enum]

Diff to HTML by rtfpessoa

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
- The name of a scoped enumerator [[dcl.enum]] has *enumeration scope*.
4
- Its potential scope begins at its point of declaration and terminates at
5
- the end of the *enum-specifier*.
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