[libcxx-commits] [libcxx] [libc++] Improve diagnostic when violating `std::atomic` trivially copyable mandates (PR #131754)
Damien L-G via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 18 09:24:58 PDT 2025
================
@@ -0,0 +1,28 @@
+//===----------------------------------------------------------------------===//
----------------
dalg24 wrote:
Because, as I understand it, that test is checking for a particular error message from a failed static assertion and that message is libcxx-specific, not something that is standardized.
Let me know if I am wrong and I need to undo the move.
https://github.com/llvm/llvm-project/pull/131754
More information about the libcxx-commits
mailing list