[Issue 17919] std.container.Array could use pureMalloc

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 14 23:42:16 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=17919

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

https://github.com/dlang/phobos/commit/06d738f069a4ade5dfcbfc579865237003839ccd
Fix Issue 17919: Make std.container.Array use pureMalloc

Using pureMalloc like std.typecons.RefCounted does would make it
possible to use std.container.Array in  `pure` code.

https://github.com/dlang/phobos/commit/8e4dfdbd50fbd4a0cadc2bcfa0eae01e4f4ad81e
Merge pull request #5794 from n8sh/container-array-puremalloc

Fix Issue 17919: Make std.container.Array use pureMalloc
merged-on-behalf-of: Andrei Alexandrescu <andralex at users.noreply.github.com>

--


More information about the Digitalmars-d-bugs mailing list