[Issue 11193] New: [ICE] String template argument mixed with variadic template arguments causes ICE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 7 16:20:27 PDT 2013


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

           Summary: [ICE] String template argument mixed with variadic
                    template arguments causes ICE
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: monkeyworks12 at hotmail.com


--- Comment #0 from monkeyworks12 at hotmail.com 2013-10-07 16:20:26 PDT ---
void test(string str, A...)(typeof([A]) a)
{ 
}

void main(string[] args) 
{
    test!("a b c") = [1, 2, 3];
}

-- 
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