std.allocator needs your help

deadalnix deadalnix at gmail.com
Tue Sep 24 18:37:29 PDT 2013


On Tuesday, 24 September 2013 at 19:27:13 UTC, Andrei 
Alexandrescu wrote:
> Second, there's no need for a defaulted argument; the aligned 
> allocation can be an optional overload of the one-argument 
> function. I'm looking into ways to compose with that overload.
>

This or something like

allocator.setAlignement(...);
allocator.allocate(...);


More information about the Digitalmars-d mailing list