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
There are some maps with std::string. However an attribute name is a std::string_view, and without c++17 it's required to always convert view into string to perform find operation.
This can be optimized.
The text was updated successfully, but these errors were encountered:
There are some maps with
std::string
. However an attribute name is astd::string_view
, and without c++17 it's required to always convert view into string to perform find operation.This can be optimized.
The text was updated successfully, but these errors were encountered: