Replace AtomicSharedPtr by std::atomic<std::shared_ptr<>> #8609

Open
alkino wants to merge 1 commit from alkino/atomic_shared_ptr into master

1 commit

Author SHA1 Message Date
Nicolas Cornu
0658d70a6a Replace AtomicSharedPtr by std::atomic<std::shared_ptr<>>
Since C++20 there is a specialization for std::shared_ptr in
std::atomic.
So this is no more needed (and deprecated) to use std::atomic_load,
std::atomic_store.

Signed-off-by: Nicolas Cornu <me@alkino.fr>
2024-07-01 20:57:04 +02:00