Closed billyquith closed 5 years ago
We already have ponder::string_view. We have local copy because of inconsistent support in C++ libs.
ponder::string_view
std::array_view seems to have been renamed as std::span. What happened to array_view?
std::array_view
std::span
We already have
ponder::string_view
. We have local copy because of inconsistent support in C++ libs.std::array_view
seems to have been renamed asstd::span
. What happened to array_view?