diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index 0d6f3d3d..2ea1c125 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -605,7 +605,8 @@ struct formatter< } template , context>::value)> - static auto map(T&& value) -> decltype(mapper().map(static_cast(value))) { + static auto map(T&& value) + -> decltype(mapper().map(static_cast(value))) { return mapper().map(static_cast(value)); }