boostorg / core

Boost Core Utilities
133 stars 83 forks source link

boost::core::string_view doesn't support non-standard character traits #112

Open sehe opened 2 years ago

sehe commented 2 years ago

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