mirror of
https://github.com/nlohmann/json.git
synced 2026-08-22 17:13:18 +00:00
clang-tidy's readability-math-missing-parentheses wants the multiplication spelled out in reserve(6 * depth + 1), and CI treats its warnings as errors. Signed-off-by: Niels Lohmann <mail@nlohmann.me>