[Issue 14751] std.array.array doesn't work with ranges of immutable classes

2015-08-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14751

--- Comment #1 from Jack Applegame  ---
Fix - https://github.com/D-Programming-Language/phobos/pull/3524

--


[Issue 14751] std.array.array doesn't work with ranges of immutable classes

2016-01-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14751

Jack Applegame  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Jack Applegame  ---
Reasons of this issue and issue 15313 are the same.
Fixing issue 1513 also fixed this one.

--