xtl icon indicating copy to clipboard operation
xtl copied to clipboard

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

Open wolfv opened this issue 7 years ago • 2 comments

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

wolfv avatar Jun 20 '18 18:06 wolfv

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

wolfv avatar Jun 20 '18 18:06 wolfv

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.

wolfv avatar Jun 23 '18 13:06 wolfv