mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
using string_view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user