Commit 1790eb2a authored by Dominik Charousset's avatar Dominik Charousset

Add missing member functions

parent b05a4b7b
......@@ -57,6 +57,24 @@ public:
// 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() -------------------------------------------------------------
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