On Saturday, 30 January 2016 at 13:37:43 UTC, Kagamin wrote:
Alias templates require stack pointer, init probably has it set to null.Try this: FooType foo = FooType();
Yes, that fixed it. Interesting.
Matt Elkins via Digitalmars-d-learn Sat, 30 Jan 2016 11:30:34 -0800
On Saturday, 30 January 2016 at 13:37:43 UTC, Kagamin wrote:
Alias templates require stack pointer, init probably has it set to null.Try this: FooType foo = FooType();
Yes, that fixed it. Interesting.