[libcxx-commits] [libcxx] [libc++][pstl] Improve exception handling (PR #88998)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 22 01:51:32 PDT 2024
================
@@ -0,0 +1,339 @@
+//===----------------------------------------------------------------------===//
+//
+// 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: c++03, c++11, c++14
+// UNSUPPORTED: no-exceptions
+// `check_assertion.h` requires Unix headers and regex support.
+// UNSUPPORTED: !has-unix-headers, no-localization
----------------
philnik777 wrote:
Why does this require localization?
https://github.com/llvm/llvm-project/pull/88998
More information about the libcxx-commits
mailing list