[Issue 14973] [REG2.068] compiler inference of contexts for nested map seems broken
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Feb 1 19:02:15 PST 2016
https://issues.dlang.org/show_bug.cgi?id=14973
--- Comment #5 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/c80bfca2d8f43e2f9b87e79473c7f6b677db66d3
Fix issue 14973 case again
For the correct lambda context inference, serialize semantic3 order of any
template instances with lambdas.
Then, an inner lambda nested-ness will be determined always in previous of
enclosing lambdas.
--
More information about the Digitalmars-d-bugs
mailing list