http://bugzilla.gdcproject.org/show_bug.cgi?id=133
Bug ID: 133
Summary: ICE: Appending a delegate to an array
Product: GDC
Version: development
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: gdc
Assignee: [email protected]
Reporter: [email protected]
Minimum Testcase:
---
void delegate()[] workerTasks;
void assign(void delegate() del)
{
workerTasks ~= del;
}
---
This blocks building vibe.d with gdc.
--
You are receiving this mail because:
You are watching all bug changes.