veselink1/refl-cpp

Add support to refl::runtime::debug for std::string_view

Closed this issue · 0 comments

refl::runtime::debug interprets std::string_view as a char container and prints it in the form ['a', 'b', 'c'], instead of the more intuitive "abc". This is due to lacking reflection metadata for std::string_view and a check for begin() + end().