Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14.26k stars 3.53k forks source link

Fix shadow warning #2228

Open EstherWx opened 11 months ago

EstherWx commented 11 months ago

Rename the parameter of the constructor 'SchemaDocumentProvider' from 'collection' to 'documentCollection', which has the same name with the member variable to fix the shadow warning.