2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-21 05:02:11 +00:00
Files
math/test/compile_test/cstdfloat_cmath_incl_test.cpp
Matheus Castanho 018eef791e Fix cstdfloat_math_incl_test on ppc64le with ieee128
When switching the default long double format on ppc64le to ieee128, this test
does not compile as nanq is not available. In such cases nanl should be used
instead.

Also, calling nanl with argument 0 raises warnings as it expects a char*. Change
the argument to an empty string, which keeps the purpose of the test and avoids
new warnings.
2021-09-01 17:44:05 -03:00

4.4 KiB