[Issue 7466] New: Error without line number in recursive template expansion

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 8 13:34:17 PST 2012


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

           Summary: Error without line number in recursive template
                    expansion
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: clugdbug at yahoo.com.au


--- Comment #0 from Don <clugdbug at yahoo.com.au> 2012-02-08 13:34:16 PST ---
This is fail14.d in the test suite.


class A(T)
{
    .A!(A) x;
}

void main()
{
    A!(int);
}

Error: recursive template expansion for template argument fail14.A!(int).A

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