http://d.puremagic.com/issues/show_bug.cgi?id=2810
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Steven Schveighoffer <[email protected]> 2010-06-16 06:32:44 PDT --- I just hit this issue too. I think the ultimate test for this should be: auto foo() { bar(); return 1; } auto bar() { foo(); return 1; } Is this possible? It may be too complex, even though the above should be possible. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
