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.