You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see inline void* operator new(size_t, tinystl::placeholder, void* ptr) in new.h.
Why do we need the placeholder instead of using inplace new directly?