Files
clang-p2996/libcxx/include/__math
Robin Caloudis 2f0661c211 [libc++][math] Remove constrained overloads of std::{isnan, isinf, isfinite} (#106224)
## Why
Since https://github.com/llvm/llvm-project/pull/98841 and
https://github.com/llvm/llvm-project/pull/98952, the constrained
overloads are unused and not needed anymore as we added explicit
overloads for all floating point types. I forgot to remove them in the
mentioned PRs.

## What
Remove them.
2024-08-28 12:40:26 +02:00
..