[libcxx-commits] [libcxx] [libc++][pstl] Improve exception handling (PR #88998)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 22 11:33:52 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
----------------
ldionne wrote:
Because of regex support. It's on my TODO list to get a Lit feature with a real name instead of this.
https://github.com/llvm/llvm-project/pull/88998
More information about the libcxx-commits
mailing list