mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 19:46:05 +00:00

Implement the std::atomic_ref class template by reusing atomic_base_impl. Based on the work from https://reviews.llvm.org/D72240
Implement the std::atomic_ref class template by reusing atomic_base_impl. Based on the work from https://reviews.llvm.org/D72240