[Issue 4137] Undefined identifier error in is(typeof())

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4137

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


[Issue 4137] Undefined identifier error in is(typeof())

2010-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4137


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||INVALID


--- Comment #1 from Walter Bright bugzi...@digitalmars.com 2010-05-01 
09:45:29 PDT ---
This is expected  documented behavior. Compilation failures inside is
expressions cause the is expression result to be false. A lot of template code
relies on this.

If you want an error on R being undefined, use it somewhere else in addition to
inside the is expression.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---