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
std::string and std::unordered_map are structs that are built to reallocate on the heap for some operations, but we never use those because they're always const-qualified.