[Issue 2810] Bogus forward reference error with auto function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 16 06:32:47 PDT 2010


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


Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com


--- Comment #8 from Steven Schveighoffer <schveiguy at yahoo.com> 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: -------


More information about the Digitalmars-d-bugs mailing list