This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: std::allocator should use sized delete


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]