associative arrays with manual memory management
Ilya Yaroshenko via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Wed Aug 26 03:48:09 PDT 2015
On Wednesday, 26 August 2015 at 06:52:01 UTC, Dmitry Olshansky
wrote:
>>
>> auto a = AA!(string, int, shared
>> Mallocator)(Mallocator.instance);
>
> Sure hope a factory to do IFTI is available? So that the
> following works:
>
> auto a = aa!(string, int)(Mallocator.instance); // 3rd CT
> param is deduced
>
Just added to master branch) Thanks!
More information about the Digitalmars-d-announce
mailing list