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.