You can substitute the definition in Arrow There might be a few spots that don't compile that use non-standard methods but I've been trying to clean those up.
On Tuesday, July 12, 2022, John Muehlhausen <j...@jgm.org> wrote: > error: invalid operands to binary expression > ('nonstd::sv_lite::basic_string_view<char, std::char_traits<char> >' and > 'basic_string_view<char>') > > This from > val == "str"sv > > Is there a way to access a util::string_view as a std::string_view other > than re-building a std::string_view from data()/size() ? > > -John >