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