boost::core::string_view doesn't support non-standard character traits
Open
- Dominant language
- C++
- Stars
- 156
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
`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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.