[Issue 2229] Compiler crashes on trying to instantiate an invalid variadic template with more than one argument

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 13 22:50:54 PST 2009


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


clugdbug at yahoo.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.017                       |1.036




------- Comment #6 from clugdbug at yahoo.com.au  2009-01-14 00:50 -------
Again, I note that this applies to D1.x as well
Test case from the closed bug 2345.
---
Foo foo(A...)()
{
}

static assert(foo!(1, 2)());


-- 



More information about the Digitalmars-d-bugs mailing list