diff --git a/include/fmt/format.h b/include/fmt/format.h index ed8b29eb..48bbfa64 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2802,7 +2802,7 @@ template struct has_isfinite : std::false_type {}; template -struct has_isfinite> +struct has_isfinite> : std::true_type {}; template ::value&&