[Issue 19257] std.array.join does not handle const fields that cannot be converted to mutable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 2 23:06:40 UTC 2018


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

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/7a32298747de7e0b302d39f8c836eef84a9b9e8c
Fix issue 19257: Only remove const on .join if you can actually assign const to
non-const values.

https://github.com/dlang/phobos/commit/0994f692e2f6c1a32249d2153778083d4bc3d947
Merge pull request #6711 from
FeepingCreature/fix/join-unassignable-const-arrays

Fix issue 19257: std.array.join: only remove const if you can actually assign
const to non-const values
merged-on-behalf-of: Nathan Sashihara <n8sh at users.noreply.github.com>

--


More information about the Digitalmars-d-bugs mailing list