cisco-open-source / qtwebdriver

WebDriver implementation for Qt
https://github.com/cisco-open-source/qtwebdriver/wiki
197 stars 59 forks source link

Use std::isnan instead of isnan in global ns #32

Closed davidshepherd7 closed 7 years ago

davidshepherd7 commented 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.

hekra01 commented 7 years ago

Agreed. Thanks.