[libcxx-commits] [libcxx] [libc++] Workaround for a bug of overloads in MS UCRT's `<math.h>` (PR #149234)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 4 18:49:42 PDT 2025


================
@@ -427,6 +427,23 @@ using std::__math::islessgreater;
 using std::__math::isnan;
 using std::__math::isnormal;
 using std::__math::isunordered;
+#      elif _LIBCPP_STD_VER >= 20
----------------
frederick-vs-ja wrote:

Applied.

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


More information about the libcxx-commits mailing list