6
Basics
[basic]
6.4
Scope
[basic.scope]
6.4.8
Enumeration scope
[basic.scope.enum]
1
#
The name of a
scoped enumerator
has
enumeration scope
.
Its potential scope begins at its point of declaration and terminates at the end of the
enum-specifier
.