[libcxx-commits] [libcxx] [libc++][math] Provide overloads for cv-unqualified floating point types for `std::isnormal` (PR #104773)

Robin Caloudis via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 28 00:23:58 PDT 2024


================
@@ -137,6 +137,18 @@ _LIBCPP_NODISCARD _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnor
   return __x != 0;
 }
 
----------------
robincaloudis wrote:

Absolutely. You are right. Corrected it. I opened https://github.com/llvm/llvm-project/pull/106224 that removes the constrained overloads for `std::{isinf,isfinite,isnan}` as well.

https://github.com/llvm/llvm-project/pull/104773


More information about the libcxx-commits mailing list