https://d.puremagic.com/issues/show_bug.cgi?id=11518

           Summary: DMD segfault on multiple template match
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: l...@luismarques.eu


--- Comment #0 from Lu�s Marques <l...@luismarques.eu> 2013-11-14 18:55:27 PST 
---
class A(T) {}
class B(T : A!T) {}
class B(T : A!T) {}

void main()
{
    new B!(A!void);
}

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

Reply via email to