mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
typo
This commit is contained in:
parent
5c3341ea93
commit
bdba48016b
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user