http://d.puremagic.com/issues/show_bug.cgi?id=7021
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|normal |major --- Comment #1 from Jonathan M Davis <[email protected]> 2012-07-09 20:22:25 PDT --- This works just fine too (with dmd 2.060HEAD) struct Foo { @disable this(); } void main() { auto foo = Foo.init; } It looks to me like @disable this() isn't working at all. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
