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.types.operations.arith | ||
atomics.types.operations.general | ||
atomics.types.operations.pointer | ||
atomics.types.operations.req | ||
atomics.types.operations.templ | ||
nothing_to_do.pass.cpp |