This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

isnan w/ compiler 4.9.2

Hi,

I'm trying to use the "isnan"/etc. functions from math.h, and while the functions themselves exist, they refer to a series of functions: _Dclass, _FDclass, _LDclass that are defined earlier in the file, but which the compiler claims are undefined: "identifier "_Dclass" is undefined test.cpp line 10".  I #include <math.h> at the top of the file, before any other includes, and have nothing externally meaningful defined with compiler -D flags.

I found another forum post claiming these functions had been added as of compiler 4.9.x, but I can't get them to work.

Thanks,

Tom