19 Sep
2024
19 Sep
'24
9:55 p.m.
Should we do: struct Foo { int bar = 0; } Or struct Foo { int bar { 0 }; } We do both at the moment. - R. Niwa