Files
clang-p2996/libcxx/include/cmath
Nikolas Klauser a705e8cb5b [libc++][NFC] Remove __constexpr_is{nan,finite} (#106205)
They're never used in `constexpr` functions, so we can simply use
`std::isnan` and `std::isfinite` instead.
2024-08-29 17:05:56 +02:00

20 KiB