leledumbo schrieb:
> Last time I try (about a semester ago) the compiler cannot do specialization
> based on another. For instance, if we have:
> 
> type
>   generic TTree<T> = class
>   type
>     TChild = specialize TTree<T>; <-- the compiler chokes on this
>     TChildren = array of TChild;
>   ...
>   end;
> 
> What's the status now?

Is there a bug report about it?
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to