On Tue, 14 Apr 2015 12:46:40 -0400, ketmar <ket...@ketmar.no-ip.org> wrote:
On Tue, 14 Apr 2015 11:20:38 -0400, bitwise wrote: i believe that you can't do what you want in a way you want, 'cause UFCS is not working for template args. but you can do this: alias base(alias CC) = reflect!(CC.baseName()); ... static const(Refl) baseRefl = base!refl;
Yeah.. but at this point you may as well you std.traits.BaseClassesTuple.