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

Add a C++11 / C++14 std::string_view #84

Open
wolfv opened this issue Jun 20, 2018 · 2 comments
Open

Add a C++11 / C++14 std::string_view #84

wolfv opened this issue Jun 20, 2018 · 2 comments

Comments

@wolfv
Copy link
Member

wolfv commented Jun 20, 2018

This would allow us to enable some cool features on xtensor<char[20]> arrays and the like!

@wolfv
Copy link
Member Author

wolfv commented Jun 20, 2018

maybe this one is good: https://github.com/martinmoene/string-view-lite

@wolfv
Copy link
Member Author

wolfv commented Jun 23, 2018

Turns out that string_view is not needed / not the right tool for what I had in mind – adding a storage option to xtl's fixed_string is a much nicer idea.

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

No branches or pull requests

1 participant