[Issue 5503] Forward declarations for nested mutually recursive functions
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Tue Jun  7 13:09:41 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=5503
Ketmar Dark <ketmar at ketmar.no-ip.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar at ketmar.no-ip.org
--- Comment #1 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
2016. problem is not solved yet. there is no good reason for nested functions
to ignore "declaration order doesn't matter" rule. yes, local variables
ignoring it. but nested functions are not local variables, and having no way to
write mutually recursive nested functions is a big limitation.
--
    
    
More information about the Digitalmars-d-bugs
mailing list