[libcxx-commits] [PATCH] D141304: [libc++][doc] Updates the release notes.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 13 08:45:38 PST 2023
Mordante marked 2 inline comments as done.
Mordante added a comment.
Thanks for all reviews!
In D141304#4037155 <https://reviews.llvm.org/D141304#4037155>, @jloser wrote:
> LGTM, but I haven't been following as closely this release, so there may be other things I didn't notice in the updated release notes.
I also can't recall everything, I just looked at all commits in the libcxx directory during the last six months ;-)
================
Comment at: libcxx/docs/ReleaseNotes.rst:46
+The C++20 ranges library has been completed and is no longer experimental. Some
+``view`` s have not been implemented yet. Work on C++23 ranges has started.
+
----------------
ldionne wrote:
>
That fails to build, I moved change it to ``views`` instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141304/new/
https://reviews.llvm.org/D141304
More information about the libcxx-commits
mailing list