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