[libcxx-commits] [libcxx] [libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (PR #76756)

Michael Buch via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 25 09:31:55 PST 2024


================
@@ -11,161 +11,79 @@
 #define _LIBCPP___MEMORY_COMPRESSED_PAIR_H
----------------
Michael137 wrote:

Thanks for pinging. I'll take a look at what will need to change in the formatters. There is a non-zero chance that this will also break the debugger in other ways (the `[[no_unique_address]]` and alignment specifiers are known to not be fully supported by LLDB, e.g., https://github.com/llvm/llvm-project/issues/72913, https://reviews.llvm.org/D143347). So maybe this means we'll have to prioritise these

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


More information about the libcxx-commits mailing list