An error occurred while loading the file. Please try again.
-
Lioncash authored
Taking them by const reference isn't advisable here, because it means the std::move calls were doing nothing and we were always copying the std::string instances.
881bb229