mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-11-08 06:42:59 +01:00
fix C++03 compatibility
This commit is contained in:
@@ -2015,7 +2015,7 @@ TEST(SchemaValidator, Ref_remote_issue1210) {
|
|||||||
return collection[i];
|
return collection[i];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
SchemaDocument* collection[] { 0, 0, 0 };
|
SchemaDocument* collection[] = { 0, 0, 0 };
|
||||||
SchemaDocumentProvider provider(collection);
|
SchemaDocumentProvider provider(collection);
|
||||||
|
|
||||||
Document x, y, z;
|
Document x, y, z;
|
||||||
|
|||||||
Reference in New Issue
Block a user