[libcxx-commits] [PATCH] D154874: [libc++][doc] Updates the release notes.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 22 09:29:05 PDT 2023
Mordante 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:
> pfusik wrote:
> > 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.
> >
> Just in case, I have merged `ranges::to` (https://reviews.llvm.org/D142335) and the release notes should be updated.
> Just in case, I have merged `ranges::to` (https://reviews.llvm.org/D142335) and the release notes should be updated.
Thanks! Nice to see it done before LLVM 17.
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