6
Basics
[basic]
6.4
Scope
[basic.scope]
6.4.8
Enumeration scope
[basic.scope.enum]
1
#
Any declaration of an enumeration
E
introduces an
enumeration scope
that includes the
enumerator-list
of the
enum-specifier
for
E
(if any)
.