[Issue 16047] Range violation in setting multi-dimensional AA entries
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Sep 24 04:39:44 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=16047
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #10422 "fix issue 16047: range error when assigning
nested aa with temporary" was merged into master:
- c3d94591422f5d9366639683c5a0c50f4c48aa64 by Mathis Beer:
fix issue 16047: when extracting temporaries from an index expression for
assignment, mark the expression as assigning.
This avoids the temporaries encountering a range error with nested
associative arrays.
https://github.com/dlang/dmd/pull/10422
--
More information about the Digitalmars-d-bugs
mailing list