std::allocator should use sized delete

Marc Glisse marc.glisse@inria.fr
Fri Jun 7 07:13:00 GMT 2019


On Fri, 7 Jun 2019, Victor via libstdc++ wrote:

> C++14 introduced function ::operator delete(void * , size_t ) but libstdc++ 
> std::allocator::deallocate() still uses the unsized version.

What file did you check in what version? It does use the sized version 
here.

-- 
Marc Glisse



More information about the Libstdc++ mailing list