Tim K. wrote: > Stack!(int) x; x is not initialized.
`auto x= new Stack!(int);' will do. -manfred
Manfred Nowak via Digitalmars-d-learn Sat, 06 Jun 2015 03:15:51 -0700
Tim K. wrote: > Stack!(int) x; x is not initialized.
`auto x= new Stack!(int);' will do. -manfred