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
using the realloc which assume that the type is a trival/literal class, which using the default copy constructor and does not need to realse the memory in desctructor and copy assignment operator. Otherwise, this operation is unsafe.
Originally posted by @007havegone in #1 (comment)