[Issue 2808] 'nothrow' nested functions cannot be parsed

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 12 21:19:33 PDT 2009


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





------- Comment #3 from clugdbug at yahoo.com.au  2009-04-12 23:19 -------
 (In reply to comment #2)
> It needs a TOKpure added as well.

I'm not sure that you want to allow 'pure' on nested functions at all, because
of bug 2807. If it is allowed, a pure nested function needs to treat all of the
variables in the parent function as if they were globals.


-- 



More information about the Digitalmars-d-bugs mailing list