j
k
j a
j l
Michael Marcin wrote:
I want to create a STL allocator that uses a class's static new function if it exists and will fallback on std::allocator::allocate if it doesn't.
std::allocator::allocate already uses operator new.
Back to the thread
Back to the list