You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In C, it seems everything that can be applied after the . token to get at a subobject is allowed. The questions may therefore extend to chains of .s and []s.
For C++, a question is whether .*s with sufficiently-constant pointers-to-member is a bridge too far.
CWG2784 "Unclear definition of member-designator for offsetof" this is an issue, we would like to see a paper which thoroughly explores the design space from and C++.
See CWG2784 for details.
This issue lands right on the boundary of core and library specification, so EWG is asked to weigh in first, possibly deciding to involve L(E)WG.
The text was updated successfully, but these errors were encountered: