[libcxx-commits] [libcxx] [libc++] Improve diagnostic when violating `std::atomic` trivially copyable mandates (PR #131754)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 18 08:06:19 PDT 2025
================
@@ -0,0 +1,28 @@
+//===----------------------------------------------------------------------===//
----------------
frederick-vs-ja wrote:
I don't know why you thought this test file was misplaced. IIUC it's testing a standard requirement, so it seems reasonable to me to place it in `libcxx/test/std` subdirectory.
https://github.com/llvm/llvm-project/pull/131754
More information about the libcxx-commits
mailing list