mirror of https://github.com/yuzu-mirror/yuzu
key_manager: Use regular std::string instead of std::string_view
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.pull/8/head
parent
2b06301dbf
commit
c1f76abfaf
Loading…
Reference in New Issue