Interesting PRs: bringing type system legitimacy to shared allocators

Stanislav Blinov via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 30 18:04:12 PDT 2017


On Monday, 1 May 2017 at 00:43:22 UTC, Stanislav Blinov wrote:

>         block_ = allocator_.allocate(T.sizeof);

Obviously, should be Block.sizeof, and

>     AllocatorInterface!AllocTraits allocator_;

should be AllocatorInterface!traits allocator_


More information about the Digitalmars-d mailing list