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

Accepted Reply

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


Bob

Replies

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


Bob