debug: add is_valid for floats
This commit is contained in:
parent
44ef094d04
commit
08073b6ba1
@ -101,3 +101,12 @@ debug_wait [[gnu::constructor]] (void)
|
|||||||
await_debugger ();
|
await_debugger ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
template <>
|
||||||
|
bool
|
||||||
|
util::debug::validator<float>::is_valid (const float &val) noexcept
|
||||||
|
{
|
||||||
|
return !std::isnan (val);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user