Segmentation fault from using SList in a class?

Manfred Nowak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jun 6 03:10:15 PDT 2015


Tim K. wrote:

>      Stack!(int) x;
x is not initialized.

`auto x= new Stack!(int);'
will do.

-manfred


More information about the Digitalmars-d-learn mailing list