[Issue 10810] New: 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 12:39:07 PDT 2013
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: nobody at puremagic.com
ReportedBy: henning at still-hidden.de
--- Comment #0 from Henning Pohl <henning at still-hidden.de> 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: -------
More information about the Digitalmars-d-bugs
mailing list