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);