[libcxx-commits] [libcxx] [libc++][math] Remove constrained overloads of `std::{isnan, isinf, isfinite}` (PR #106224)
Robin Caloudis via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 28 01:31:28 PDT 2024
================
@@ -45,12 +45,7 @@ _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool signbit(_A1) _NOEXCEPT {
// isfinite
----------------
robincaloudis wrote:
Good catch! No, it's not needed anymore. Corrected.
https://github.com/llvm/llvm-project/pull/106224
More information about the libcxx-commits
mailing list