This commit is contained in:
John Wellbelove 2023-12-05 09:59:44 +00:00
parent 5c3341ea93
commit bdba48016b

View File

@ -61,7 +61,7 @@ namespace etl
#include "private/diagnostic_float_equal_push.h"
template <typename T>
ETL_CONSTEXPR
typename etl::enable_if<etl::is_floating_point<T>::value, bool>::ty
typename etl::enable_if<etl::is_floating_point<T>::value, bool>::type
is_nan(T value)
{
return (value != value);