diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-04 16:35:35 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-04 16:37:30 -0400 |
commit | c1f76abfafc3723b3b216d7985ec18d895699afc (patch) | |
tree | 36f6ba4ab6c9dcc8be48ee5797688630543bb982 /src/input_common/motion_emu.cpp | |
parent | 2b06301dbfbfe79687219bf7783a6d1b47695401 (diff) |
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.
Diffstat (limited to 'src/input_common/motion_emu.cpp')
0 files changed, 0 insertions, 0 deletions