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
[ios.init] Remove unused Init::init_cnt static member (#7263)
The text that made use of this variable was removed by LWG1123 and has
not been present in the WP since N3090. The effects of Init construction
and destruction are specified entirely without the use of this variable,
so it serves no purpose now.
0 commit comments