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

           Summary: ICE(DMD2.063) template.c:6040: Identifier*
                    TemplateInstance::genIdent(Objects*): Assertion
                    `global.errors' failed
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Windows
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2013-08-12 15:33:47 PDT ---
import std.typecons;

T test(T, Tup: Tuple!(T))(Tup t)
{
    return t[0];
}

void main() {}


http://dpaste.dzfl.pl/ba070d91

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

Reply via email to