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
Its not guaranteed that std::string does the smart thing by not copying the internal data by definition (although I'm pretty sure the gnu implementation is smart enough to do this).
Change std::string parameters (and where apropriate maybe also members) to be references.
The text was updated successfully, but these errors were encountered:
Its not guaranteed that std::string does the smart thing by not copying the internal data by definition (although I'm pretty sure the gnu implementation is smart enough to do this).
Change std::string parameters (and where apropriate maybe also members) to be references.
The text was updated successfully, but these errors were encountered: