Closed
Description
If
X
is a non-union class type, the setM(X)
is empty ifX
has no (possibly inherited (Clause 10)) non-static data members; otherwise, it consists of the type of the first non-static data member ofX
(where said member may be an anonymous union),X0
, and the elements ofM(X0)
.
would be clearer as something like:
If
X
is a non-union class type with no (possibly inherited (Clause 10)) non-static data members, the setM(X)
is empty.
IfX
is a non-union class type with first non-static data memberX0
(where said member may be an anonymous union), the setM(X)
consists ofX0
and the elements ofM(X0)
.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
[class] Rephrase definition of M(X) used to define a standard-layout …
tkoeppe commentedon Nov 19, 2016
@zygoloid: This looks like something for you.
[class] Rephrase definition of M(X) used to define a standard-layout …
[class] Rephrase definition of M(X) used to define a standard-layout …