January 02, 2015 [phobos] [D-Programming-Language/phobos] 9f90a6: Fix Issue 13909 - assocArray with const values | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 9f90a63709852c181ac6e0d045f447c1a0da627e https://github.com/D-Programming-Language/phobos/commit/9f90a63709852c181ac6e0d045f447c1a0da627e Author: Peter Alexander <peter.alexander.au@gmail.com> Date: 2015-01-02 (Fri, 02 Jan 2015) Changed paths: M std/array.d Log Message: ----------- 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 Commit: b7da866cb06a977cc01b238c96d39e6ef4d8bbc4 https://github.com/D-Programming-Language/phobos/commit/b7da866cb06a977cc01b238c96d39e6ef4d8bbc4 Author: Andrej Mitrović <andrej.mitrovich@gmail.com> Date: 2015-01-02 (Fri, 02 Jan 2015) Changed paths: M std/array.d Log Message: ----------- Merge pull request #2833 from Poita/Issue13909 Fix Issue 13909 - assocArray with const values Compare: https://github.com/D-Programming-Language/phobos/compare/e9ee55c6759f...b7da866cb06a |
Copyright © 1999-2021 by the D Language Foundation