foonathan / memory

STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.

Home Page:https://memory.foonathan.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

give allocator_polymorphic_deleter a default constructor

demihamster opened this issue · comments

sometimes a man just wants to resize a container of unique_base_ptr