[llvm-branch-commits] [libcxx] release/21.x: [libc++][docs] Add missing entry for P3379R0 to `21.rst` (PR #163756)
Cullen Rhodes via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Oct 17 00:44:52 PDT 2025
https://github.com/c-rhodes updated https://github.com/llvm/llvm-project/pull/163756
>From c6af6be3cd1cbfa0dcd05ff9b8bda457a1902ba0 Mon Sep 17 00:00:00 2001
From: "A. Jiang" <de34 at live.cn>
Date: Thu, 16 Oct 2025 19:46:19 +0800
Subject: [PATCH] [libc++][docs] Add missing entry for P3379R0 to `21.rst`
P3379R0 was implemented in LLVM 21 (13c464be84d9715f0825387f30e455eea7ef75f7) but the entry for release note is still missing. A following-up PR (4a509f853fa4821ecdb0f6bc3b90ddd48794cc8c) fixed this as drive-by but backport was not accepted.
This patch only adds the missing entry.
---
libcxx/docs/ReleaseNotes/21.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/libcxx/docs/ReleaseNotes/21.rst b/libcxx/docs/ReleaseNotes/21.rst
index 1410223d56a6f..2b1aa28b62090 100644
--- a/libcxx/docs/ReleaseNotes/21.rst
+++ b/libcxx/docs/ReleaseNotes/21.rst
@@ -53,6 +53,7 @@ Implemented Papers
- P2711R1: Making multi-param constructors of ``views`` ``explicit`` (`Github <https://github.com/llvm/llvm-project/issues/105252>`__)
- P2770R0: Stashing stashing ``iterators`` for proper flattening (`Github <https://github.com/llvm/llvm-project/issues/105250>`__)
- P2655R3: ``common_reference_t`` of ``reference_wrapper`` Should Be a Reference Type (`Github <https://github.com/llvm/llvm-project/issues/105260>`__)
+- P3379R0: Constrain ``std::expected`` equality operators (`Github <https://github.com/llvm/llvm-project/issues/118135>`__)
Improvements and New Features
-----------------------------
More information about the llvm-branch-commits
mailing list