Commit 08e81097 authored by Kosta's avatar Kosta

final fix for the unit test case...

parent ba05ea52
......@@ -1086,7 +1086,7 @@ TEST(Document, CrtAllocator) {
}
static void TestShortStringOptimization(const char* str) {
const rapidjson::Value::SizeType len = (rapidjson::Value::SizeType)strlen(str);
const rapidjson::SizeType len = (rapidjson::SizeType)strlen(str);
rapidjson::Document doc;
rapidjson::Value val;
......
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