You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that main is on C++17 we can migrate CPersistUtils to use std::string_view. This would allow us to eliminate all string copies where we extract parts of a std::string.
The text was updated successfully, but these errors were encountered:
Now that main is on C++17 we can migrate
CPersistUtils
to usestd::string_view
. This would allow us to eliminate all string copies where we extract parts of astd::string
.The text was updated successfully, but these errors were encountered: