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

jacob <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |look.at.me.pee.please@gmail
                   |                            |.com

--- Comment #1 from jacob <[email protected]> ---
Void initializers on structs don't do what you think they do. The whole
structure gets memcpy'd from the .init struct data. It just allows the compiler
to insert whatever it wants for the data that is void initialized in the .init
data.

--

Reply via email to