http://d.puremagic.com/issues/show_bug.cgi?id=10810
Summary: wrong forward reference error when using return type
deduction and a cyclic call flow
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Henning Pohl <[email protected]> 2013-08-12 12:39:06
PDT ---
auto a() { b(); }
auto b() { a(); }
---
main.d(2): Error: forward reference to a
---
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------