[libcxx-commits] [libcxx] [libc++][math] Mathematical Special Functions: Hermite Polynomial (PR #89982)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 28 10:39:31 PDT 2024
================
@@ -56,6 +56,7 @@
"cwchar": "// UNSUPPORTED: no-wide-characters",
"cwctype": "// UNSUPPORTED: no-wide-characters",
"experimental/iterator": "// UNSUPPORTED: c++03",
+ "experimental/math": "// UNSUPPORTED: c++03, c++11, c++14",
----------------
PaulXiCao wrote:
Yes. Fixed in fc667d6e28dc4b4ec139d42cc36bb2b1414f879a.
https://github.com/llvm/llvm-project/pull/89982
More information about the libcxx-commits
mailing list