std::isnan() Expected unqualified-id?

Hello,

I'm compiling my older app for the first time in iOS 9.2.1, and I'm getting this error for std::isnan(). Anyone know how to fix that?


Thanks

Bob

Answered by bsabiston in 114538022

Nevermind, I fixed it. Just had to remove 'std::' which is something I had had to add in a previoud XCode incarnation.


Bob

Accepted Answer

Nevermind, I fixed it. Just had to remove 'std::' which is something I had had to add in a previoud XCode incarnation.


Bob

std::isnan() Expected unqualified-id?
 
 
Q