[libcxx-commits] [PATCH] D150845: [libc++][ranges][NFC] Added P2711R1 to release notes

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 18 11:25:21 PDT 2023


H-G-Hristov updated this revision to Diff 523467.
H-G-Hristov added a comment.

- Addressed comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150845/new/

https://reviews.llvm.org/D150845

Files:
  libcxx/docs/ReleaseNotes.rst


Index: libcxx/docs/ReleaseNotes.rst
===================================================================
--- libcxx/docs/ReleaseNotes.rst
+++ libcxx/docs/ReleaseNotes.rst
@@ -42,6 +42,7 @@
 - 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
 -----------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150845.523467.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230518/3347bb01/attachment.bin>


More information about the libcxx-commits mailing list