mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
Updated v2_0_cpp_visitor (markdown)
+1
-1
@@ -26,6 +26,7 @@ struct visitor {
|
||||
bool end_map();
|
||||
void parse_error(size_t parsed_offset, size_t error_offset);
|
||||
void insufficient_bytes(size_t parsed_offset, size_t error_offset);
|
||||
bool referenced() const; // Only when you want to use the visitor with a parser
|
||||
};
|
||||
```
|
||||
|
||||
@@ -91,7 +92,6 @@ struct null_visitor {
|
||||
}
|
||||
void insufficient_bytes(size_t /*parsed_offset*/, size_t /*error_offset*/) {
|
||||
}
|
||||
bool referenced() const; // Only when you want to use the visitor with a parser
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user