[libcxx-commits] [libcxx] [llvm] Add C++23 stacktrace (P0881R7) (PR #136528)
Steve O'Brien via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 23 12:57:27 PDT 2025
================
@@ -0,0 +1,191 @@
+// -*- C++ -*-
----------------
elsteveogrande wrote:
Thanks @Zingam @frederick-vs-ja @H-G-Hristov for the feedback!
As for `experimental`: I'll just take all these files out of "experimental" dirs and make this non-experimental. I just thought new stuff goes into an experimental holding tank until ready to come out :)
If anyone requests it though, I'll add "experimental" flags + macros.
https://github.com/llvm/llvm-project/pull/136528
More information about the libcxx-commits
mailing list