Access Violation in @safe Code
Kagamin via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Jan 30 05:37:43 PST 2016
Alias templates require stack pointer, init probably has it set
to null.
Try this:
FooType foo = FooType();
More information about the Digitalmars-d-learn
mailing list