[Issue 11886] "cannot access frame" error on lambda in lambda

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Mar 26 03:54:20 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=11886

--- Comment #7 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/703ebeb748134cbdcc65c1032f79a93692173789
fix Issue 11886 - "cannot access frame" error on lambda in lambda

A function local struct (including instantiated ones) will be nested when it
contains one or more template declarations.

https://github.com/D-Programming-Language/dmd/commit/0624da5eb7568cfded19b1935e33af7c9d29844a
Merge pull request #5518 from 9rnsr/fix11886

Issue 11886 - "cannot access frame" error on lambda in lambda

--


More information about the Digitalmars-d-bugs mailing list