mirror of
https://github.com/nlohmann/json.git
synced 2026-09-27 06:10:44 +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>