[libcxx-commits] [libcxx] cde9d41 - [libc++][ranges][NFC] Added P2711R1 to release notes

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 19 00:02:38 PDT 2023


Author: Hristo Hristov
Date: 2023-05-19T10:02:31+03:00
New Revision: cde9d41d87aa6c735e9110fb94a380ec5b3c55e8

URL: https://github.com/llvm/llvm-project/commit/cde9d41d87aa6c735e9110fb94a380ec5b3c55e8
DIFF: https://github.com/llvm/llvm-project/commit/cde9d41d87aa6c735e9110fb94a380ec5b3c55e8.diff

LOG: [libc++][ranges][NFC] Added P2711R1 to release notes

This adds release notes for P2711R.
`join_with_view` is missing an implementation yet.

Implemented in: https://reviews.llvm.org/D144822

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D150845

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index d2db69e67b986..7e665c36186a1 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -42,6 +42,7 @@ Implemented Papers
 - P1413R3 - Formatting ``thread::id`` (the ``stacktrace`` is not done yet)
 - P2675R1 - ``format``'s width estimation is too approximate and not forward compatible
 - P2505R5 - Monadic operations for ``std::expected``
+- P2711R1 - Making Multi-Param Constructors Of views explicit (``join_with_view`` is not done yet)
 
 Improvements and New Features
 -----------------------------


        


More information about the libcxx-commits mailing list