[Issue 4042] Unable to instantiate a struct template.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 9 19:53:59 PDT 2010


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



--- Comment #4 from Walter Bright <bugzilla at digitalmars.com> 2010-05-09 19:53:56 PDT ---
Trying to perfectly unwind forward reference failures is buggy and probably
doomed. This one fails because function parameter types don't get redone. While
it's easy to fix that one, there are just more lurking. A better approach is to
make forward references always work, something I've been working towards for a
while.

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