Allocators and Containers

Seb via Digitalmars-d digitalmars-d at puremagic.com
Thu Feb 16 08:04:19 PST 2017


On Thursday, 16 February 2017 at 15:48:44 UTC, Jack Stouffer 
wrote:
> On Thursday, 16 February 2017 at 15:37:52 UTC, Minty Fresh 
> wrote:
>> A lot of the usefulness of the std.experimental.allocators 
>> module is lost because no other part of the stdlib actually 
>> ties into the functionality provided by it.
>
> The current rule of the standard library is that stuff outside 
> of experimental is not allowed to use experimental, because, 
> well, it's experimental. It's likely to break.

Yep, for reference please see this thread: 
http://forum.dlang.org/post/hxwadyrnvzvutrdcgsdp@forum.dlang.org

tld;dr: Current blockers are:
- no CTFE support
- dependent on druntime



More information about the Digitalmars-d mailing list