[Issue 11817] Structs with void initialized fields get initialized anyway

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri May 27 09:45:25 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=11817

--- Comment #4 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
I use it as a hack to have a zero-initialized member, results in a more
efficient initialization of the struct - when it can be simply wiped with
zeros.

--


More information about the Digitalmars-d-bugs mailing list