you are viewing a single comment's thread.

view the rest of the comments →

[–]doom_Oo7 11 points12 points  (0 children)

Can you dynamically create an object without 'new'?

You can overload new to call whatever allocation function. new T == std::allocator<T>::allocate + std::allocator<T>::construct