[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 00:54:34 PST 2025


================
@@ -0,0 +1,20 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
----------------
frederick-vs-ja wrote:

I guess we need to add this magic comment.
```suggestion
// UNSUPPORTED: no-threads

```

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


More information about the libcxx-commits mailing list