[libcxx-commits] [PATCH] D154874: [libc++][doc] Updates the release notes.

Piotr Fusik via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 16 09:41:06 PDT 2023


pfusik added inline comments.


================
Comment at: libcxx/docs/ReleaseNotes.rst:68
+- P2494R2 - Relaxing range adaptors to allow for move only types
+- P2585R0 - Improving default container formatting
+
----------------
var-const wrote:
> Mordante wrote:
> > Mordante wrote:
> > > @var-const I noticed you did quite some work on `ranges::to`, will that be ready before LLVM 17, if not should we mention it.
> > @crtrott I read you expected to get `<mdspan>` done before LLVM 17, so I leave adding that to the release notes for you.
> @Mordante Thanks a lot for updating the release notes and for checking re. `ranges::to`! I'm actively working on the last remaining two patches for `ranges::to` and hoping to get them in before the release. If that happens, I'll update the release notes accordingly.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154874



More information about the libcxx-commits mailing list