[Issue 4652] Compiler hangs on template with zero-length tuple and another argument

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 16 02:49:06 PDT 2010


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Compiler hangs on           |Compiler hangs on template
                   |overloading variadic        |with zero-length tuple and
                   |template + default argument |another argument


--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-08-16 02:49:01 PDT ---
Reduced test case.
-------
void bug4652(T...)(T x, int n){}

void instantiate4652()
{
    bug4652(1);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list