[libcxx-commits] [PATCH] D106770: [libc++][doc] Update the release notes
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 26 08:03:01 PDT 2021
Mordante planned changes to this revision.
Mordante added a comment.
Based in the decision for `<ranges>` the document needs to be updated. When we disable the header by default we can mention how to enable it with a macro.
================
Comment at: libcxx/docs/ReleaseNotes.rst:44
+ the complete overview of platforms and compilers supported by libc++.
+- The large headers ``<algorithm>``, ``<iterator>``, and ``<utility>`` have
+ been split in more granular headers. This reduces the size of included code
----------------
ldionne wrote:
> I wouldn't put this under "New Features" either.
I move it to `What's new`. I don't mind to remove it, but then we should be sure the refactoring didn't accidentally removed an include.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106770/new/
https://reviews.llvm.org/D106770
More information about the libcxx-commits
mailing list