[libcxx-commits] [libcxx] [libc++][math] Mathematical Special Functions: Hermite Polynomial (PR #89982)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 27 14:31:27 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",
----------------
philnik777 wrote:
Is this a leftover?
https://github.com/llvm/llvm-project/pull/89982
More information about the libcxx-commits
mailing list