July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19030

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Actually, this is not a bug, it's the intended behavior. It is specified in the spec that after a delegate constructor call all fields are considered constructed: https://github.com/dlang/dlang.org/blob/master/spec/struct.dd#L497 .

--
July 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19030

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |greeenify@gmail.com
         Resolution|---                         |INVALID

--