[libcxx-commits] [libcxx] [libc++] Make std::unique_lock available with _LIBCPP_HAS_NO_THREADS (PR #99562)
Paul Kirth via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 23 10:08:42 PDT 2024
================
@@ -5,34 +5,32 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
-//
-// UNSUPPORTED: no-threads, c++03
----------------
ilovepi wrote:
Oh, jeez. I missed that it was more than `no-threads` in this case. I'm happy to go either way, though.
https://github.com/llvm/llvm-project/pull/99562
More information about the libcxx-commits
mailing list