mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-19 09:54:23 +01:00
c1f76abfaf
The benefit of std::string_view comes from the idea of avoiding copies (essentially acting as a non-owning view), however if we're just going to copy into a local variable immediately, there's not much benefit gained here.