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
All C++ implementations have converged on “strong ownership” of modules, with none planning to implement “weak ownership”. This disposition no longer serves any purpose other than removing certainty.
Proposed change:
Codify only the strong ownership model as follows: “If two declarations of an entity are attached to different modules, the program is ill-formed if one declaration is reachable from the other.”