Created on 2013-10-24.00:00:00 last changed 58 months ago
Notes from the February, 2014 meeting:
CWG agreed that the example should be ill-formed.
It is not clear whether naming a member of a global anonymous union should be considered an id-expression or implicitly a member access expression. For example, given
static union {
int i;
};
template <int &> struct S {};
S<i> V;
is the last line well-formed? There is implementation variance on this question.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-02-17 00:00:00 | admin | set | status: drafting -> cd4 |
| 2014-03-03 00:00:00 | admin | set | messages: + msg4889 |
| 2014-03-03 00:00:00 | admin | set | status: open -> drafting |
| 2013-10-24 00:00:00 | admin | create | |