From c47a81c367ce3637ee5af96c444833d8fa94c748 Mon Sep 17 00:00:00 2001 From: Scott Ramsby Date: Mon, 8 May 2023 11:12:21 -0700 Subject: [PATCH] Silence NVCC warning in has_isfinite --- include/fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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&&