Jeremy DeHaan:
It compiles if I remove the 'if(typeof(T) is dchar)' section. Any thoughts?
Try: if (is(T == dchar)) Bye, bearophile
bearophile via Digitalmars-d-learn Mon, 25 Aug 2014 08:55:58 -0700
Jeremy DeHaan:
It compiles if I remove the 'if(typeof(T) is dchar)' section. Any thoughts?
Try: if (is(T == dchar)) Bye, bearophile