From bdba48016ba7a326ebe421de982be82870dad7aa Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 5 Dec 2023 09:59:44 +0000 Subject: [PATCH] typo --- include/etl/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/etl/math.h b/include/etl/math.h index 401366d09..b6686f34b 100644 --- a/include/etl/math.h +++ b/include/etl/math.h @@ -61,7 +61,7 @@ namespace etl #include "private/diagnostic_float_equal_push.h" template ETL_CONSTEXPR - typename etl::enable_if::value, bool>::ty + typename etl::enable_if::value, bool>::type is_nan(T value) { return (value != value);