Created on 2015-07-06.00:00:00 last changed 106 months ago
Proposed resolution (October, 2015):
Change 9.8.1 [dcl.enum] paragraph 1 as follows:
...A : following “enum nested-name-specifieropt identifier” within the decl-specifier-seq of a member-declaration is parsed as part of an enum-base. [Note: This resolves a potential ambiguity...
[Adopted at the February, 2016 meeting.]
The resolution of issue 1966 does not apply to the case where the enumeration name is qualified, e.g.,
enum E : int;
struct X {
enum ::E : int();
};
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-06 00:00:00 | admin | set | status: ready -> cd4 |
| 2015-11-10 00:00:00 | admin | set | messages: + msg5577 |
| 2015-07-06 00:00:00 | admin | create | |