mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-30 07:10:33 +00:00
74f4da7219
The tests use placement new to check that atomic values get properly zero-initialized. I had to modify the atomic_is_lock_free test, because default initialization of an object of const type 'const A' (aka 'const atomic<int>') requires a user-provided default constructor. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@180945 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
atomics.fences | ||
atomics.flag | ||
atomics.general | ||
atomics.lockfree | ||
atomics.order | ||
atomics.syn | ||
atomics.types.generic | ||
atomics.types.operations | ||
version.pass.cpp |