std.experimental.allocator

Paul Backus snarwin at gmail.com
Sun Aug 13 16:54:51 UTC 2023


On Sunday, 13 August 2023 at 11:44:50 UTC, IchorDev wrote:
> I feel like I can't possibly be the first to ask, but I 
> couldn't find any prior discussion of this:
> When is `std.experimental.allocator` going to be moved out of 
> `experimental`? Is there any roadmap for it? Is it just in 
> limbo?

The current design of `std.experimental.allocator` is 
incompatible with `@safe`. Most likely, it will eventually be 
replaced with a new "allocators v2" package, and moved to 
[`undead`][1].

[1]: https://code.dlang.org/packages/undead


More information about the Digitalmars-d-learn mailing list