mirror of
https://github.com/nlohmann/json.git
synced 2026-03-07 01:31:25 +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.