mirror of
https://github.com/nlohmann/json.git
synced 2026-06-02 19:19:44 +00:00
97b81da840
Avoid shadowing a member of `this` by choosing the same name as parameter (`-Wshadow`). Instead, make name of parameter more expressive.