From c6af6be3cd1cbfa0dcd05ff9b8bda457a1902ba0 Mon Sep 17 00:00:00 2001 From: "A. Jiang" 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 `__) - P2770R0: Stashing stashing ``iterators`` for proper flattening (`Github `__) - P2655R3: ``common_reference_t`` of ``reference_wrapper`` Should Be a Reference Type (`Github `__) +- P3379R0: Constrain ``std::expected`` equality operators (`Github `__) Improvements and New Features -----------------------------