diff options
| author | 2018-07-20 15:27:17 -0400 | |
|---|---|---|
| committer | 2018-07-20 15:27:20 -0400 | |
| commit | 457d1b4490dbc293246f372532a81a9e90d366c4 (patch) | |
| tree | 93eb2026cadad03ab9d52be843a9446ff180ecf0 /src/common/string_util.cpp | |
| parent | Merge pull request #740 from Subv/acc_crash (diff) | |
| download | yuzu-457d1b4490dbc293246f372532a81a9e90d366c4.tar.gz yuzu-457d1b4490dbc293246f372532a81a9e90d366c4.tar.xz yuzu-457d1b4490dbc293246f372532a81a9e90d366c4.zip | |
logging/backend: Use std::string_view in RemoveBackend() and GetBackend()
These can just use a view to a string since its only comparing against
two names in both cases for matches. This avoids constructing
std::string instances where they aren't necessary.
Diffstat (limited to 'src/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions