llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.01k stars 11.95k forks source link

P2869R4: Remove Deprecated `shared_ptr` Atomic Access APIs from C++26 #105412

Open ldionne opened 2 months ago

ldionne commented 2 months ago

Link: https://wg21.link/P2869R4

Zingam commented 2 months ago

This was submitted:

frederick-vs-ja commented 2 months ago

Looks like that we should proceed on this after implementing P0718R2 (#99980).

Zingam commented 2 months ago

Looks like that we should proceed on this after implementing P0718R2 (#99980).

This was already implemented. The idea is to resubmit it as two PRs to be merged whenever appropriate.