[Issue 19381] capture pointer in nested function should not be called "this"

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 9 13:34:51 UTC 2018


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

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/7950336bbf810c62b2d3b3c75a3d48c94042c64f
fix issue 19381 - capture pointer in nested function should not be called
"this"

rename the context pointer to the closure or the outer functions stack frame to
'__capture'

https://github.com/dlang/dmd/commit/9f1454be12e0ea89c984d277143386aa2b584cda
Merge pull request #8933 from rainers/capture_name

fix issue 19381 - capture pointer in nested function should not be called
"this"
merged-on-behalf-of: Nicholas Wilson <thewilsonator at users.noreply.github.com>

--


More information about the Digitalmars-d-bugs mailing list