[C++] use std::atomic<std::shared_ptr>
instead of std::atomic_load()
/std::atomic_store()
#45144
Labels
std::atomic<std::shared_ptr>
instead of std::atomic_load()
/std::atomic_store()
#45144
Describe the enhancement requested
In order to avoid deprecation warnings with GCC15 (follow on from #45138).
Component(s)
C++
The text was updated successfully, but these errors were encountered: