[libcxx-commits] [libcxx] [libc++][math] Mathematical Special Functions: Hermite Polynomial (PR #89982)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 25 10:01:56 PDT 2024


================
@@ -922,6 +922,7 @@ set(files
   execution
   expected
   experimental/__config
+  experimental/__math/hermite.h
----------------
mordante wrote:

Since this is officially part of C++17 there is no need for experimental.

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


More information about the libcxx-commits mailing list