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

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 15:20:41 PST 2018


MatzeB added a comment.

In https://reviews.llvm.org/D42411#987999, @sdardis wrote:

> Update as per @MatzeB 's comment, checking before commit showed it broke the build on OSX.


It worked for me like this, but that may be because I have a new clang version installed. This may indeed fail with older versions unless `-std=c++11` is passed to the compiler.

Anyway let's leave it as is, if it breaks the build on your side.


Repository:
  rT test-suite

https://reviews.llvm.org/D42411





More information about the llvm-commits mailing list