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_

Reply via email to