← Back to index
|
Original Bugzilla link
Bug 1809 – template.c:2600
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2008-01-30T06:54:00Z
Last change time
2015-06-09T01:14:23Z
Keywords
ice-on-valid-code
Assigned to
bugzilla
Creator
dhasenan
Comments
Comment #0
by dhasenan — 2008-01-30T06:54:21Z
The error: dmd: template.c:2600: virtual MATCH TemplateTupleParameter::matchArg(Scope*, Objects*, int, TemplateParameters*, Objects*, Declaration**, int): Assertion `i + 1 == dedtypes->dim' failed. Aborted The code: --- string getMixin (TArg..., int i = 0) () { return ``; } class Thing (TArg...) { mixin(getMixin!(TArg)()); } // it doesn't matter if I add template parameters here public Thing!() stuff; ---
Comment #1
by bugzilla — 2008-03-07T00:26:56Z
Fixed dmd 1.028 and 2.012