template forward reference

C. Dunn cdunn2001 at gmail.com
Wed Aug 1 13:50:45 PDT 2007


Don Clugston Wrote:

> > class Foo(T){
> > };
> > 
> > class A{
> >   F!(char) x;
> > };
> 
> I presume that should be 'Foo!(char) x;' (even though your error message refers 
> to 'F').

Sorry.  I had an alias there.



More information about the Digitalmars-d mailing list