[libcxx-commits] [libcxx] [libc++][math] Fix acceptance of convertible types in `std::isnan()` and `std::isinf()` (PR #98952)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 2 03:43:03 PDT 2024


philnik777 wrote:

@dklimkin You're not allowed to take the address of non-addressable (i.e. most, see https://en.cppreference.com/w/cpp/language/extending_std) functions.

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


More information about the libcxx-commits mailing list