Hello Lutger,

Workaround if T has a single constructor, perhaps it can be
generalized with some work:

this(int foo, float bar, std.traits.ParameterTypeTuple!(T.__ctor)
args)
{
t = T(args);
}

Not exactly ideal, but... :)


--
... <IXOYE><



Reply via email to