[Issue 2810] Bogus forward reference error with auto function
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 23 07:19:09 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2810
--- Comment #10 from bearophile_hugs at eml.cc 2011-01-23 07:17:03 PST ---
Hit by the same bug, the reduced code:
int main() {
return foo();
}
auto foo() {
return 0;
}
--
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