https://issues.dlang.org/show_bug.cgi?id=12277
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nick Treleaven <[email protected]> --- Note that the error on your code is correct as you define this(int) - see bug 12194. This issue is not the same as that one, as @disable this alone triggers the error: struct S { @disable this(); static S opCall(){ return S.init; } } --
