[libcxx-commits] [libcxx] [libc++] Specialize unique_ptr for the default deleter (PR #96504)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 24 08:24:25 PDT 2024
philnik777 wrote:
The plan is to ship https://github.com/llvm/llvm-project/pull/76756 early in the next release cycle. I don't think we need to wait for LLDB. The issue exists only in assertions builds (i.e. most users wouldn't have LLDB crashing on them) and we haven't waited for LLDB before to update their pretty printers. As long as the issue is fixed in the same release cycle this should be absolutely fine. Given that, I don't think we want to walk this path.
What's with the fuzz about replacing `__compressed_pair` recently anyways? It's not like this is a new issue in any way. Or maybe I just perceive it as recent for some reason, IDK.
https://github.com/llvm/llvm-project/pull/96504
More information about the libcxx-commits
mailing list