Skip to content

Add explicit std namespace specifier to std::isnan

Timo Koch requested to merge feature/isnan-from-namespace-std into master

Without std:: these erros out for me (clang-3.8 / ubuntu 16.04)

Merge request reports