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
Under Linux with gcc, the reason is that internally, std::allocator<T>::allocate calls _GLIBCXX_OPERATOR_NEW , which might be different from operator new
Using non scalar element type like std::string, leads to a crash in the deallocation code.
The text was updated successfully, but these errors were encountered: