[libcxx] [llvm] Add C++23 stacktrace (P0881R7) (PR #136528)
A. Jiang via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 21 00:25:16 PDT 2025
================
@@ -0,0 +1,32 @@
+//===----------------------------------------------------------------------===//
+//
+// 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, c++17, c++20
----------------
frederick-vs-ja wrote:
We can use a clearer form now.
```suggestion
// REQUIRES: std-at-least-c++23
```
https://github.com/llvm/llvm-project/pull/136528
More information about the llvm-commits
mailing list