On 9/29/2016 4:45 AM, Marc Schütz wrote:And `Foo` could have `@disabled this()`, so you simply _can't_ declare itwithout initializing itFoo foo = void;
That's even worse. At least Foo.init would be deterministic.
Marc Schütz via Digitalmars-d Sun, 02 Oct 2016 04:26:21 -0700
On 9/29/2016 4:45 AM, Marc Schütz wrote:And `Foo` could have `@disabled this()`, so you simply _can't_ declare itwithout initializing itFoo foo = void;
That's even worse. At least Foo.init would be deterministic.