On Mon, 25 Aug 2014 15:48:10 +0000
Jeremy DeHaan via Digitalmars-d-learn
<digitalmars-d-learn@puremagic.com> wrote:

> It compiles if I remove the 'if(typeof(T) is dchar)' section. Any 
> thoughts?
"is" should be used as function. here. i.e.: `if (is(T == dchar))`

Attachment: signature.asc
Description: PGP signature

Reply via email to