[libcxx-commits] [libcxx] [libc++] Implement LWG3476: Add mandates to thread, jthread, and async (PR #173363)
Marcell Leleszi via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 23 23:36:05 PST 2025
================
@@ -0,0 +1,94 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: no-threads
+// UNSUPPORTED: c++03
----------------
mleleszi wrote:
Done
https://github.com/llvm/llvm-project/pull/173363
More information about the libcxx-commits
mailing list