We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dc468 commit 34665aeCopy full SHA for 34665ae
docs/mkdocs/docs/features/parsing/sax_interface.md
@@ -46,7 +46,7 @@ bool number_float(number_float_t val, const string_t& s);
46
// called when a string is parsed; value is passed and can be safely moved away
47
bool string(string_t& val);
48
// called when a binary value is parsed; value is passed and can be safely moved away
49
-bool binary(binary& val);
+bool binary(binary_t& val);
50
51
// called when an object or array begins or ends, resp. The number of elements is passed (or -1 if not known)
52
bool start_object(std::size_t elements);
0 commit comments