[libcxx-commits] [libcxx] [libc++] Deprecated `shared_ptr` Atomic Access APIs as per P0718R2 & Implemented 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
Sat Apr 13 03:28:43 PDT 2024


================
@@ -0,0 +1,32 @@
+//===----------------------------------------------------------------------===//
----------------
mordante wrote:

These deprecated tests are typically in `libcxx/test/libcxx/depr/depr.XXX` where XXX is the section name in the Standard. They typically have a cxxYY too in their name. (We're not very consistent in this naming but let's match that generic direction.)

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


More information about the libcxx-commits mailing list