[libcxx-commits] [libcxx] [libc++][doc] Update the release notes for LLVM 19. (PR #99061)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 21 04:29:47 PDT 2024
================
@@ -35,6 +35,18 @@ see the `releases page <https://llvm.org/releases/>`_.
What's New in Libc++ 19.0.0?
==============================
+The main focus of the libc++ team has been to implement new C++20, C++23,
+and C++26 features.
+
+Experimental support for the time zone database has progressed.
+
+Work on the ranges support has progressed. See
+:ref:`ranges-status` for the current status.
+
+Work on the experimental C++17 Parallel STL has progressed. See
+:ref:`pstl-status` for the current status.
----------------
mordante wrote:
> I don't see these files.
I'm not sure what you mean. The generated `.html` file points to the ranges and PSTL status page.
> Perhaps worth mentioning here that work for P0226 has started landing (#89982) and now has a separate [status page](https://libcxx.llvm.org/Status/SpecialMath.html).
That was actually the reason for waiting with addressing the review comments of this PR ;-)
https://github.com/llvm/llvm-project/pull/99061
More information about the libcxx-commits
mailing list