[libcxx-commits] [libcxx] [libc++] Make std::unique_lock available with _LIBCPP_HAS_NO_THREADS (PR #99562)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 23 10:02:37 PDT 2024
================
@@ -5,34 +5,32 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
-//
-// UNSUPPORTED: no-threads, c++03
----------------
ldionne wrote:
I'm not certain why this was disabled in C++03 mode. Either way, if it works in C++03 mode we might as well test it.
https://github.com/llvm/llvm-project/pull/99562
More information about the libcxx-commits
mailing list