[Issue 15096] std.array.array cannot be instantiated for pointers to ranges

2017-10-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15096

--- Comment #5 from github-bugzi...@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

--


[Issue 15096] std.array.array cannot be instantiated for pointers to ranges

2017-09-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15096

--- Comment #4 from github-bugzi...@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 

--


[Issue 15096] std.array.array cannot be instantiated for pointers to ranges

2017-09-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15096

github-bugzi...@puremagic.com changed:

   What|Removed |Added

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

--


[Issue 15096] std.array.array cannot be instantiated for pointers to ranges

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15096

RazvanN  changed:

   What|Removed |Added

 CC||razvan.nitu1...@gmail.com

--- Comment #3 from RazvanN  ---
PR : https://github.com/dlang/phobos/pull/5693

--


[Issue 15096] std.array.array cannot be instantiated for pointers to ranges

2015-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15096

--- Comment #2 from Alex Parrill  ---
Same thing; std.range imports std.array.array

--


[Issue 15096] std.array.array cannot be instantiated for pointers to ranges

2015-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15096

Vladimir Panteleev  changed:

   What|Removed |Added

 CC||thecybersha...@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  ---
I'm guessing you mean std.array.array:
http://dlang.org/phobos/std_array.html#array

--