billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
633 stars 92 forks source link

Use view/span #101

Closed billyquith closed 5 years ago

billyquith commented 6 years ago

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 as std::span. What happened to array_view?