[libcxx-commits] [libcxx] [libc++] Add std::stacktrace (P0881R7) (PR #136528)
Steve O'Brien via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 8 08:46:17 PST 2026
elsteveogrande wrote:
Thanks @H-G-Hristov and @frederick-vs-ja , I added those changes, and will need to:
1. Add `nodiscard` tests
2. Fix conflicts
3. And might have to punt `mingw-i686` for now. I haven't dealt with windows in a very long time, and 32-bit windows in a local VM and in CI have been giving me the same mystery crashes. I'm 70% sure it's not my code causing the crash.
https://github.com/llvm/llvm-project/pull/136528
More information about the libcxx-commits
mailing list