Created on 2022-07-19.00:00:00 last changed 28 months ago
Suggested resolution:
Change in 7.6.2.5 [expr.sizeof] paragraph 2
... When applied to a class, the result is the number of bytes in an object of that class including any padding required for placing objects of that type in an array. The amount and placement of padding in a class type is unspecified. The result of applying sizeof to a potentially-overlapping subobject is the size of the type, not the size of the subobject. [ Footnote: ... ]
Class types may have padding, influencing the result of sizeof. It is unclear whether the placement and amount of padding is implementation-defined, unspecified, or something else. If it is unspecified, the limits of permissible behavior are unclear. Empty classes might need special consideration.
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-07-19 00:00:00 | admin | create | |
2022-07-16 08:34:33 | admin | set | messages: + msg6888 |