[Issue 8009] New: ICE with bad type inside templated function with delegate

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 1 04:12:07 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8009

           Summary: ICE with bad type inside templated function with
                    delegate
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: wfunction at hotmail.com


--- Comment #0 from wfunction at hotmail.com 2012-05-01 04:13:16 PDT ---
void filter(R)(scope bool delegate(ref BAD!R) func) { }
void main() { filter(r => r); }

gives me an ICE.

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


More information about the Digitalmars-d-bugs mailing list