Skip to content

Commit c6af6be

Browse files
frederick-vs-jac-rhodes
authored andcommitted
[libc++][docs] Add missing entry for P3379R0 to 21.rst
P3379R0 was implemented in LLVM 21 (13c464b) but the entry for release note is still missing. A following-up PR (4a509f8) fixed this as drive-by but backport was not accepted. This patch only adds the missing entry.
1 parent a2e93dc commit c6af6be

File tree

1 file changed

+1
-0
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+1
-0
lines changed

libcxx/docs/ReleaseNotes/21.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Implemented Papers
5353
- P2711R1: Making multi-param constructors of ``views`` ``explicit`` (`Github <https://github.com/llvm/llvm-project/issues/105252>`__)
5454
- P2770R0: Stashing stashing ``iterators`` for proper flattening (`Github <https://github.com/llvm/llvm-project/issues/105250>`__)
5555
- P2655R3: ``common_reference_t`` of ``reference_wrapper`` Should Be a Reference Type (`Github <https://github.com/llvm/llvm-project/issues/105260>`__)
56+
- P3379R0: Constrain ``std::expected`` equality operators (`Github <https://github.com/llvm/llvm-project/issues/118135>`__)
5657

5758
Improvements and New Features
5859
-----------------------------

0 commit comments

Comments
 (0)