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
There should be 2 overloads: operator=(string const&) and operator=(string&&). The same is probably needed for the constructors, and other places where string appears as a parameter type. And this may be needed for array and object overloads.
The text was updated successfully, but these errors were encountered:
There should be 2 overloads:
operator=(string const&)
andoperator=(string&&)
. The same is probably needed for the constructors, and other places wherestring
appears as a parameter type. And this may be needed forarray
andobject
overloads.The text was updated successfully, but these errors were encountered: