using string_view

This commit is contained in:
Francisco Geiman Thiesen
2025-10-01 22:24:45 -07:00
parent 0ac0107742
commit 9eaeb6d314
@@ -83,7 +83,7 @@ consteval auto make_index_step(std::size_t idx) {
struct parse_result {
bool success;
std::size_t pos;
const char* error_msg;
std::string_view error_msg;
};
// Compile-time JSON path parser