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
The order of initialization of globals in interface and header units is not defined for imported modules. This has the potential to break code, including iostream, when moving to modules.
Proposed change:
Define an ordering. See P1874r0 for details.