Skip to content
Snippets Groups Projects
Commit c1f76abf authored by Lioncash's avatar Lioncash
Browse files

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.
parent 2b06301d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment