> On Jan 25, 2021, at 6:22 AM, Kamil Rytarowski <[email protected]> wrote: > > I have no problem with this change but I am curious why should we use "{ > }"? It's a C GNU extension and C++ syntax.
Using { 0 } makes an assumption about the first member of the structure which
is not guaranteed to remain true.
-- thorpej
