[Issue 16047] Range violation in setting multi-dimensional AA entries

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 20 16:05:15 UTC 2019


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
@FeepingCreature updated dlang/dmd pull request #10422 "fix issue 16048: range
error when assigning nested aa with temporary" fixing this issue:

- 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