Displaying 2 results from an estimated 2 matches for "islessgreater".
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
.../include/cmath:318:9: error: '::isless' has not been declared
using ::isless;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:319:9: error: '::islessequal' has not been declared
using ::islessequal;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:320:9: error: '::islessgreater' has not been declared
using ::islessgreater;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:321:9: error: '::isunordered' has not been declared
using ::isunordered;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:322:9: error: '::isunordered' has not been decla...
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
Greetings!
I have been building llvm-3.6.x, 3.7.1 and 3.7.2 with (glibc-2.12.1, binutils-2.24, gcc-4.9.2) almost same set if CMake flags.
However while building LLVM-3.8.0 using same CMake flags I am observing projects/libcxx/include/cmath errors...
...'::signbit' has not been declared
...'::fpclassify' has not been declared
...'::isfinite' has not been declared
...