[libcxx-commits] [libcxx] [libc++] Deprecate non-standard std::launch::any extension (PR #173397)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 24 04:28:54 PST 2025


================
@@ -102,6 +102,8 @@ Improvements and New Features
 Deprecations and Removals
 -------------------------
 
+- Non-conforming extension ``launch::any`` is deprecated. It will be removed in LLVM 23.
----------------
frederick-vs-ja wrote:

@sohail103 Let's remove "Non-conforming" for now. I suggested that due to some earlier deprecation, sorry.

Also, the PR title doesn't need to say "non-standard" when mentioning an extension, because almost nothing can be considered as "extension that is standard". And it should be probably better to avoid duplicating the title in the PR description.

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


More information about the libcxx-commits mailing list