[Issue 4503] forward reference to aliased template instance
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jul 25 14:04:52 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4503
Trass3r <mrmocool at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--- Comment #2 from Trass3r <mrmocool at gmx.de> 2010-07-25 14:04:50 PDT ---
A test with
if (t->ty == Tinstance && t != this && !t->deco)
{ //error(loc, "forward reference to '%s'", t->toChars());
//return;
t = t->semantic(loc, sc);
}
solved this issue. Don't know if that causes other problems though.
--
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