[Issue 790] arbitrary lookahead for nested functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 3 17:33:57 PST 2007


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


smjg at iname.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smjg at iname.com
           Severity|normal                      |enhancement




------- Comment #1 from smjg at iname.com  2007-01-03 19:33 -------
This is a documented restriction:

http://www.digitalmars.com/d/function.html#nested
"Unlike module level declarations, declarations within function scope are
processed in order. This means that two nested functions cannot mutually call
each other:"

Demoting to enhancement.


-- 



More information about the Digitalmars-d-bugs mailing list