← Back to index
|
Original Bugzilla link
Bug 11884 – std.container.Array lacks a constructor from an input range
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-01-08T11:56:00Z
Last change time
2014-01-08T22:38:54Z
Assigned to
nobody
Creator
andrei
Comments
Comment #0
by andrei — 2014-01-08T11:56:14Z
Other linear containers such as SList and DList have it - Array should have it too. (Thanks to Owen Yamauchi for reporting this.)
Comment #1
by monarchdodra — 2014-01-08T14:36:06Z
https://github.com/D-Programming-Language/phobos/pull/1844
Comment #2
by github-bugzilla — 2014-01-08T17:38:09Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/3409e5b0265a7c7fc16cd07f49d270ddd0d2859c
Fix issue 11884 - std.container.Array lacks a constructor from an input range
https://github.com/D-Programming-Language/phobos/commit/d81d540c3e92cba0c1aa9591335181cc48ec774e
Merge pull request #1844 from monarchdodra/fix11884 Fix issue 11884 - std.container.Array lacks a constructor from an input ...