http://d.puremagic.com/issues/show_bug.cgi?id=4652
Don <[email protected]> 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 <[email protected]> 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: -------
