Thread overview
[Issue 15096] std.array.array cannot be instantiated for pointers to ranges
Oct 15, 2015
Vladimir Panteleev
Oct 16, 2015
Alex Parrill
Aug 16, 2017
RazvanN
October 15, 2015
https://issues.dlang.org/show_bug.cgi?id=15096

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com
            Summary|std.range.array cannot be   |std.array.array cannot be
                   |instantiated for pointers   |instantiated for pointers
                   |to ranges                   |to ranges

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
I'm guessing you mean std.array.array: http://dlang.org/phobos/std_array.html#array

--
October 16, 2015
https://issues.dlang.org/show_bug.cgi?id=15096

--- Comment #2 from Alex Parrill <initrd.gz@gmail.com> ---
Same thing; std.range imports std.array.array

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=15096

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #3 from RazvanN <razvan.nitu1305@gmail.com> ---
PR : https://github.com/dlang/phobos/pull/5693

--
September 14, 2017
https://issues.dlang.org/show_bug.cgi?id=15096

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

https://github.com/dlang/phobos/commit/eadf51a841388ead61788483d9e5a0266b0c1479 Fix Issue 15096 -  std.array.array cannot be instantiated for pointers to ranges

https://github.com/dlang/phobos/commit/ffee71058ec2daf699215b90dd9a851e8fb7467c Merge pull request #5693 from RazvanN7/Issue_15096

Fix Issue 15096 - std.array.array cannot be instantiated for pointers to ranges merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

--
September 14, 2017
https://issues.dlang.org/show_bug.cgi?id=15096

github-bugzilla@puremagic.com changed:

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

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=15096

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/eadf51a841388ead61788483d9e5a0266b0c1479 Fix Issue 15096 -  std.array.array cannot be instantiated for pointers to ranges

https://github.com/dlang/phobos/commit/ffee71058ec2daf699215b90dd9a851e8fb7467c Merge pull request #5693 from RazvanN7/Issue_15096

--