automem v0.0.7 - C++ style smart pointers using std.experimental.allocator

Nordlöw via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Apr 11 02:04:33 PDT 2017


On Sunday, 9 April 2017 at 08:56:52 UTC, Atila Neves wrote:
> http://code.dlang.org/packages/automem

You might find my own containers interesting, especially

https://github.com/nordlow/phobos-next/blob/master/src/array_ex.d

Supports all the different ways I could think an array needs to 
work:
https://github.com/nordlow/phobos-next/blob/master/src/array_ex.d#L64
https://github.com/nordlow/phobos-next/blob/master/src/array_ex.d#L90
https://github.com/nordlow/phobos-next/blob/master/src/array_ex.d#L1677

Does not (yet) support custom allocators, though. But that can be 
added, if requested.

Are now in extensive use in my (non-public) applications.




More information about the Digitalmars-d-announce mailing list