Tim K. wrote:

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

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

-manfred

Reply via email to