Move constructors and assignment operators closer to top of commented decl
Clean up type names
Remove C11 atomic impl for std::atomic
Add error assertions
Paths
| Differential D92196
C++20 comments Needs ReviewPublic Authored by BenjaminTrapani on Nov 26 2020, 1:59 PM. This revision needs review, but there are no reviewers specified.
Details
Summary Move constructors and assignment operators closer to top of commented decl Clean up type names Remove C11 atomic impl for std::atomic Add error assertions
Diff Detail
Event TimelineComment Actions Is this meant to be reviewed, or is this part of the atomic_ref patch? If the former, please abandon to clean up the review queue.
Revision Contents
Diff 307926 libcxx/include/__config
libcxx/include/atomic
libcxx/test/std/atomics/atomics.types.generic/address.pass.cpp
libcxx/test/std/atomics/atomics.types.generic/assign_to_atomic_ref_deleted.fail.cpp
libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.pass.cpp
libcxx/test/std/atomics/atomics.types.generic/trivially_copyable_ref.fail.cpp
|