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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 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: -------