[libcxx] [llvm] Add C++23 stacktrace (P0881R7) (PR #136528)
A. Jiang via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 20 19:30:53 PDT 2025
================
@@ -0,0 +1,191 @@
+// -*- C++ -*-
----------------
frederick-vs-ja wrote:
Thanks!
But while `stacktrace` is now experimental, we should place the headers to the usual place (i.e. under `libcxx/include/` directly). `<experimental/...>` is for features from some technical specializations (TS) that are not standardized yet.
https://github.com/llvm/llvm-project/pull/136528
More information about the llvm-commits
mailing list