Annex C (informative)
Compatibility
[diff]
C.7
C standard library
[diff.library]
C.7.5
Modifications to behavior
[diff.mods.to.behavior]
C.7.5.2
Macro
offsetof(
type
,
member-designator
)
[diff.offsetof]
1
#
The macro
offsetof
, defined in
<cstddef>
, accepts a restricted set of
type
arguments in C++
.
Subclause
[support.
types.
layout]
describes the change
.