https://github.com/frederick-vs-ja updated 
https://github.com/llvm/llvm-project/pull/163756

>From d3da6a9770024ea6c02b8ed20fde3ca6efd37809 Mon Sep 17 00:00:00 2001
From: "A. Jiang" <[email protected]>
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
 -----------------------------

_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to