Nested functions bug

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Thu Jan 18 08:42:50 PST 2007


Alexei Averchenko wrote:
> Frits van Bommel Wrote:
> 
>> Unlike module level declarations, declarations within function scope are 
>> processed in order. This means that two nested functions cannot mutually 
>> call each other:
> 
> I understand. But the thing is I can't call nested function even from the function in which it was declared before the declaration. Is this the limitation too?

I think that's the *entire* limitation. Not being able to call it from a 
nested function defined before it is just one manifestation of it.


More information about the Digitalmars-d-bugs mailing list