[PATCH] D42411: [test-suite] Fix ambigous call to overloaded function isnan

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 15:39:34 PST 2018


MatzeB added a comment.

I guess a more C++y solution would be to `#include <cmath>` and using std::isnan() instead of using the C headers. But I guess this is fine for now.


Repository:
  rT test-suite

https://reviews.llvm.org/D42411





More information about the llvm-commits mailing list