[libcxx-commits] [libcxx] [libcxx] Implementation of non lock-free atomic shared_ptr (PR #194215)

William Tran-Viet via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 26 11:10:24 PDT 2026


smallp-o-p wrote:

IIRC, libc++ hasn't implemented `atomic<shared_ptr>>` because we haven't found a way to make it lock-free in a portable manner. @huixie90 probably knows more. 

https://github.com/llvm/llvm-project/pull/194215


More information about the libcxx-commits mailing list