Skip to content
Snippets Groups Projects
Commit 6e3059a6 authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

yat::ieee_nan() marqued as deprecated

parent b72a54d2
Branches
Tags
No related merge requests found
......@@ -59,13 +59,16 @@
//---------------------------------------------------------------------------
namespace yat
{
/// deprecated
inline double ieee_nan ()
{
return std::numeric_limits<double>::quiet_NaN();
}
/// deprecated
# define IEEE_NAN ieee_nan()
/// deprecated
template <typename T>
bool is_nan ( const T & v )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment