On Wednesday, 25 August 2021 at 21:04:37 UTC, Menshikov wrote:
>I have no ideas, it seems to me it could have been solved a long time ago without breaking change. But what are the reasons why this does not happen?
- std.containers existed before the allocators
- std.experimental.allocator
- is in a "freezed" state. it was asked not to use
anymore - is experimental, so you cannot make non-experimental part
of the library depends on it
- is in a "freezed" state. it was asked not to use
Alternatively you can use emsi containers, which are based on the allocators.