mirror of
https://github.com/nlohmann/json.git
synced 2026-08-31 15:38:11 +00:00
Avoid shadowing a member of `this` by choosing the same name as parameter (`-Wshadow`). Instead, make name of parameter more expressive.
Avoid shadowing a member of `this` by choosing the same name as parameter (`-Wshadow`). Instead, make name of parameter more expressive.