basic_string: optimize move ctor and assignment
Until now, move ctor and assignment made unnecessary copies when non_sso was used. Fix that by just moving non_sso_data.
parent
1e155b7e
Please register or sign in to comment
Until now, move ctor and assignment made unnecessary copies when non_sso was used. Fix that by just moving non_sso_data.