mirror of
https://github.com/nlohmann/json.git
synced 2026-09-27 14:20:19 +01:00
get_bon8_float_prefix only depends on the type of its argument, so make the type a template parameter instead of passing an unused value. Signed-off-by: Niels Lohmann <mail@nlohmann.me>