Commit 1b67ef3b authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'topic/stringification_inspector'

parents 6f249830 1790eb2a
...@@ -58,6 +58,24 @@ public: ...@@ -58,6 +58,24 @@ public:
// nop // nop
} }
// -- serializer interface ---------------------------------------------------
void begin_object(uint16_t, string_view) {
// nop
}
void end_object() {
// nop
}
void begin_sequence(size_t) {
// nop
}
void end_sequence() {
// nop
}
// -- operator() ------------------------------------------------------------- // -- operator() -------------------------------------------------------------
template <class... Ts> template <class... Ts>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment