[libcxx-commits] [libcxx] [libc++][math] Add `constexpr` to `std::fpclassify` (PR #210993)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 25 01:05:03 PDT 2026
frederick-vs-ja wrote:
> @frederick-vs-ja I'm not sure specifically why the tests are currently failing.
Perhaps I suggested some wrong thing. Clang seems to consider `_LIBCPP_PREFERRED_OVERLOAD` too early (before further resolution), so perhaps we should add the `_LIBCPP_PREFERRED_OVERLOAD` back.
https://github.com/llvm/llvm-project/pull/210993
More information about the libcxx-commits
mailing list