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

2018-10-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19257 --- Comment #2 from github-bugzi...@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

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

2018-10-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19257 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

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

2018-09-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19257 --- Comment #1 from FeepingCreature --- See https://github.com/dlang/phobos/pull/6711 --