Closed davidshepherd7 closed 7 years ago
This is needed to make it compile on my machine (Ubuntu 16.04, gcc 5.4.0).
As far as I can tell the global version of isnan is from a C header and shouldn't really be used in C++ anymore.
isnan
Agreed. Thanks.
This is needed to make it compile on my machine (Ubuntu 16.04, gcc 5.4.0).
As far as I can tell the global version of
isnan
is from a C header and shouldn't really be used in C++ anymore.