Commit e3aa8f42 authored by Milo Yip's avatar Milo Yip

Remove unused macro

parent 4600680a
......@@ -231,7 +231,6 @@ protected:
os_->Put(*p);
return true;
}
#undef RAPIDJSON_SNPRINTF
bool WriteString(const Ch* str, SizeType length) {
static const char hexDigits[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' };
......
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