[libcxx-commits] [libcxx] [libc++][math] Remove constrained overloads of `std::{isnan, isinf, isfinite}` (PR #106224)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 28 01:23:49 PDT 2024


================
@@ -45,12 +45,7 @@ _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool signbit(_A1) _NOEXCEPT {
 
 // isfinite
----------------
philnik777 wrote:

Is the `<limits>` include still required?

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


More information about the libcxx-commits mailing list