std.experimental.allocator and @nogc

Danni Coy via Digitalmars-d digitalmars-d at puremagic.com
Sun May 8 21:50:59 PDT 2016


It seems to me, that std.experimental.allocator should work with @nogc
annotated functions if none of the allocators being used are the
gcallocator, though it's not at all clear to me how this would work.

Are there plans for this?


More information about the Digitalmars-d mailing list