Files
2025-10-25 03:02:53 +03:00

657 B

[basic.scope.enum]

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).