http://d.puremagic.com/issues/show_bug.cgi?id=10452
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |CTFE, rejects-valid Summary|CTFE: if(x is null) Error: |CTFE: Cannot compare |cannot compare __lambda1 at |delegates with == or 'is' |compile time | Severity|enhancement |normal --- Comment #1 from Don <[email protected]> 2013-07-18 07:18:55 PDT --- This isn't an enhancement, it's a bug. All forms of delegate (null, delegate literal, nested function, struct member, class member) should be comparable with == and 'is'. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
