[libcxx-commits] [libcxx] [libc++][math] Provide overloads for cv-unqualified floating point types for `std::isnormal` (PR #104773)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 27 03:23:56 PDT 2024
================
@@ -137,6 +137,18 @@ _LIBCPP_NODISCARD _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnor
return __x != 0;
}
----------------
philnik777 wrote:
The `is_floating_point` constrained overload is now unused, right? In that case it should be removed.
https://github.com/llvm/llvm-project/pull/104773
More information about the libcxx-commits
mailing list