Ali Çehreli:

This works:

void foo(T)(T t) if(is(T == Data!T))

Try:

void foo(T)(Data!T t) {

Bye,
bearophile

Reply via email to