Recursive data structure using template won't compile

Rob T rob at ucora.com
Wed Nov 7 23:06:18 PST 2012


If I use a pointer as the payload type for my d_list, it compiles 
OK.

I'd rather not use a pointer for the payload, and it will compile 
in D if I hard code in the payload type.

--rt



More information about the Digitalmars-d-learn mailing list