You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
Copy file name to clipboardExpand all lines: libcxx/docs/ReleaseNotes/21.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Implemented Papers
53
53
- P2711R1: Making multi-param constructors of ``views`` ``explicit`` (`Github <https://github.com/llvm/llvm-project/issues/105252>`__)
54
54
- P2770R0: Stashing stashing ``iterators`` for proper flattening (`Github <https://github.com/llvm/llvm-project/issues/105250>`__)
55
55
- P2655R3: ``common_reference_t`` of ``reference_wrapper`` Should Be a Reference Type (`Github <https://github.com/llvm/llvm-project/issues/105260>`__)
0 commit comments