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
boost::core::basic_string_view replicates the standard std::string_view interface. However, it lacks support for the char_trait template argument wholesale.
While this omission is defensible, it might be a reason stopping people from using core::basic_string_view in their code.
¹ except for conversion from/to std::basic_string, for obvious reasons
The text was updated successfully, but these errors were encountered:
boost::core::basic_string_view
replicates the standardstd::string_view
interface. However, it lacks support for the char_trait template argument wholesale.While this omission is defensible, it might be a reason stopping people from using
core::basic_string_view
in their code.¹ except for conversion from/to std::basic_string, for obvious reasons
The text was updated successfully, but these errors were encountered: