[libcxx-commits] [libcxx] [libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (PR #76756)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 5 09:28:05 PDT 2024
================
@@ -31,7 +31,7 @@
#include "unique_ptr_test_helper.h"
#if TEST_STD_VER >= 11
-TEST_CONSTINIT std::unique_ptr<int> global_static_unique_ptr_single;
+// TEST_CONSTINIT std::unique_ptr<int> global_static_unique_ptr_single;
----------------
ldionne wrote:
Leftover?
https://github.com/llvm/llvm-project/pull/76756
More information about the libcxx-commits
mailing list