mirror of
https://github.com/nlohmann/json.git
synced 2026-07-10 12:35:09 +00:00
10d18792bd
The number_float case introduced a redundant numeric_type local that duplicated the already-computed type variable (both equal value_t::number_float within that case). Removed per review feedback. Signed-off-by: Niels Lohmann <mail@nlohmann.me>