[basic.scope.enum] (original) (raw)

6 Basics [basic]

6.4.8 Enumeration scope [basic.scope.enum]

1

#

Any declaration of an enumeration E introduces an enumeration scopethat includes the enumerator-list of the enum-specifier for E (if any).