Jeremy DeHaan:

It compiles if I remove the 'if(typeof(T) is dchar)' section. Any thoughts?

Try:

if (is(T == dchar))

Bye,
bearophile

Reply via email to