Commit 2358f82e authored by Milo Yip's avatar Milo Yip

Fix clang compilation

parent 48378b75
......@@ -81,8 +81,8 @@ public:
// Not implemented
void Put(Ch) {}
void Flush() {}
Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; }
size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; }
Ch* PutBegin() { return 0; }
size_t PutEnd(Ch*) { return 0; }
MemoryStream& is_;
};
......
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