[Issue 16219] std.experimental.allocator.makeArray does unnecessary allocations for ranges with length

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

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

https://github.com/dlang/phobos/commit/833bca4aa51e772e0b178b8f1a772e296e38822f
Fixed Issue 16219: std.experimental.allocator.makeArray does unnecessary
allocations for ranges with length

https://github.com/dlang/phobos/commit/7f3d8545dcf32b58a2309aef5842025fa9df3956
Merge pull request #4503 from JackStouffer/makeArray

--


[Issue 16219] std.experimental.allocator.makeArray does unnecessary allocations for ranges with length

2016-06-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16219

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

https://github.com/dlang/phobos/commit/833bca4aa51e772e0b178b8f1a772e296e38822f
Fixed Issue 16219: std.experimental.allocator.makeArray does unnecessary
allocations for ranges with length

https://github.com/dlang/phobos/commit/7f3d8545dcf32b58a2309aef5842025fa9df3956
Merge pull request #4503 from JackStouffer/makeArray

[Issue 16219] makeArray does unnecessary allocations for ranges with length

--


[Issue 16219] std.experimental.allocator.makeArray does unnecessary allocations for ranges with length

2016-06-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16219

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

   What|Removed |Added

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

--


[Issue 16219] std.experimental.allocator.makeArray does unnecessary allocations for ranges with length

2016-06-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16219

--- Comment #1 from Jack Stouffer  ---
https://github.com/dlang/phobos/pull/4503

--