[Issue 13909] A problem with immutable zip + assocArray
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Jan 2 02:18:48 PST 2015
https://issues.dlang.org/show_bug.cgi?id=13909
--- Comment #4 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/9f90a63709852c181ac6e0d045f447c1a0da627e
Fix Issue 13909 - assocArray with const values
Just a diagnostic issue. The assignment in the loop won't work with non-mutable
keys. We now catch in the constraint.
https://issues.dlang.org/show_bug.cgi?id=13909
https://github.com/D-Programming-Language/phobos/commit/b7da866cb06a977cc01b238c96d39e6ef4d8bbc4
Merge pull request #2833 from Poita/Issue13909
Fix Issue 13909 - assocArray with const values
--
More information about the Digitalmars-d-bugs
mailing list