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