[libcxx-commits] [libcxx] [libc++] P2869R3: Remove Deprecated `shared_ptr` Atomic Access APIs from C++26 (PR #87111)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 7 03:54:22 PDT 2024


https://github.com/mordante requested changes to this pull request.

Thanks for working on this! 
While reviewing your patch I noticed we have not implemented [P0718R2](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0718r2.html). This paper deprecates `shared_ptr` Atomic Access APIs. I don't like to remove this feature when we don't issue deprecation messages. Can you implement [P0718R2](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0718r2.html) too? I'm fine to have it in the same patch. If you do it in this patch please update the title and the description.

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


More information about the libcxx-commits mailing list