You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc++][math] Remove constrained overloads of std::{isnan, isinf, isfinite} (llvm#106224)
## Why
Since llvm#98841 and
llvm#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.
0 commit comments