[libcxx] [llvm] Add C++23 stacktrace (P0881R7) (PR #136528)

Hristo Hristov via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 00:06:03 PDT 2025


================
@@ -170,7 +170,7 @@ def __hash__(self) -> int:
     "linalg",
     "rcu",
     "spanstream",
-    "stacktrace",
+    "stacktrace",  # TODO(stacktrace23): remove this when stacktrace is taken out of experimental
----------------
Zingam wrote:

You should probably just declare this header as implemented even if marked as "experimental" but I am not too sure about it.

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


More information about the llvm-commits mailing list