[Issue 2229] ICE instantiating an invalid variadic template with more than one argument
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 3 05:15:47 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2229
clugdbug at yahoo.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Compiler crashes on trying |ICE instantiating an invalid
|to instantiate an invalid |variadic template with more
|variadic template with more |than one argument
|than one argument |
------- Comment #8 from clugdbug at yahoo.com.au 2009-04-03 07:15 -------
No longer segfaults.
---------
DMD 1.042:
Assertion failure: 'i < parameters->dim' on line 806 in file 'template.c'
abnormal program termination
-------
DMD2.027:
bug.d(1): Error: template fog.foo(A...) declaration A is already defined
which seems incorrect.
--
More information about the Digitalmars-d-bugs
mailing list