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

Basile-z <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Basile-z <[email protected]> ---
I vote for closing as invalid. 

Default constructors should be seen as real constructors so the private fields
are not written directly but rather copied from the constructor parameters to
the fields (conceptually). Finally explicit constructors can be used in a way
that prevents initialization of private fields, if required.

--

Reply via email to