[Issue 10810] wrong forward reference error when using return type deduction and a cyclic call flow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 12 16:44:08 PDT 2013


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



--- Comment #2 from Henning Pohl <henning at still-hidden.de> 2013-08-12 16:44:06 PDT ---
What do you mean with "additional cases"? The return types of these functions
don't depend on each other. The code should compile just like this does:

void a() { b(); }
void b() { 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