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
Running with -std=c++11 produces the following warning:
<source>:9:8: warning: use designated initializer list to initialize 'S' [modernize-use-designated-initializers]
9 | S s{0};
| ^~~
| .i1=
<source>:1:1: note: aggregate type is defined here
1 | struct S
| ^