[Issue 7021] Structs with disabled default constructors can be constructed without calling a constructor.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 21 08:50:40 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7021



--- Comment #7 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-09-21 08:51:34 PDT ---
Wait.

@disable this();

_is_ the way to disable init. If

@diasble this();

was used, then there should be no init property. That's the entire point of

@disable this;

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list