Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sehe opened this issue May 2, 2022 · 0 comments
Open

Comments

@sehe
Copy link

sehe commented May 2, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant