[libcxx-commits] [libcxx] [libc++] P3798R1: The unexpected in std::expected (PR #204826)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 21 18:10:58 PDT 2026


================
@@ -0,0 +1,51 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// REQUIRES: std-at-least-c++29
----------------
frederick-vs-ja wrote:

```suggestion
// REQUIRES: std-at-least-c++23
```

https://github.com/llvm/llvm-project/pull/204826


More information about the libcxx-commits mailing list