Recursive Templates

Jarrett Billingsley kb3ctd2 at yahoo.com
Tue Jul 29 11:40:24 PDT 2008


"llee" <llee at goucher.edu> wrote in message 
news:g6nmer$23ke$1 at digitalmars.com...
> Is there any way to instantiate a recursive template object. For example:
>
> class Param (T) { T values; ... }
>
> ...
>
> Param! (Param) composite = new Param! (Param) ();

What are you trying to do?  Why didn't you post this in d.learn? 





More information about the Digitalmars-d mailing list