[libcxx-commits] [libcxx] [libc++] Improve diagnostic when violating `std::atomic` trivially copyable mandates (PR #131754)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 31 12:13:03 PDT 2025


================
@@ -0,0 +1,28 @@
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:

I agree here, this is technically not specific to libc++ even though we don't implement proper checking for any other stdlib right now. Let's move it back to `libcxx/test/std`.

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


More information about the libcxx-commits mailing list