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 may want to use the standard allocator notation to make it compatible with std containers and objects like std::string
Change the Allocator class to fit the std::allocator template and virtual methods.
I may want to use the standard allocator notation to make it compatible with std containers and objects like
std::stringChange the Allocator class to fit the std::allocator template and virtual methods.