Classes and @disable this()

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Feb 10 01:22:02 PST 2015


> I think this can be filed in Bugzilla as diagnostic enhancement:
>
>
> class Foo {
>     @disable this();
>     this(int i) {}
> }
> void main() {}


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

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list