Thread overview
[Issue 19257] std.array.join does not handle const fields that cannot be converted to mutable
Sep 21, 2018
FeepingCreature
September 21, 2018
https://issues.dlang.org/show_bug.cgi?id=19257

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
See https://github.com/dlang/phobos/pull/6711

--
October 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19257

--- Comment #2 from github-bugzilla@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@users.noreply.github.com>

--
October 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19257

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--