February 08, 2012 [Issue 7466] New: Error without line number in recursive template expansion | ||||
---|---|---|---|---|
| ||||
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@puremagic.com ReportedBy: clugdbug@yahoo.com.au --- Comment #0 from Don <clugdbug@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: ------- |
April 24, 2012 [Issue 7466] Error without line number in recursive template expansion | ||||
---|---|---|---|---|
| ||||
Posted in reply to Don | http://d.puremagic.com/issues/show_bug.cgi?id=7466 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |WORKSFORME --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2012-04-24 11:58:21 PDT --- In 2.059: foo.d(2): Error: class foo.A(T) recursive template expansion for template argument foo.A!(int).A foo.d(8): Error: template instance foo.A!(int) error instantiating foo.d(8): Error: type has no effect in expression (A) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation