[llvm-branch-commits] [libcxx] 1e7adac - [libc++] Mention <ranges> in the release notes
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 7 09:30:45 PST 2022
Author: Louis Dionne
Date: 2022-02-07T12:30:40-05:00
New Revision: 1e7adacd10a465af4e4856e23b7bfb9e0b5c4d76
URL: https://github.com/llvm/llvm-project/commit/1e7adacd10a465af4e4856e23b7bfb9e0b5c4d76
DIFF: https://github.com/llvm/llvm-project/commit/1e7adacd10a465af4e4856e23b7bfb9e0b5c4d76.diff
LOG: [libc++] Mention <ranges> in the release notes
Added:
Modified:
libcxx/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index a33c6621d448d..dd8d2648ca019 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -47,6 +47,12 @@ New Features
header by using ``-DLIBCXX_ENABLE_INCOMPLETE_FEATURES=ON`` when
configuring their build.
+- More parts of ``<ranges>`` have been implemented. Since we still expect to make
+ some API and ABI breaking changes, those are disabled by default. However,
+ vendors that wish to enable ``<ranges>`` in their distribution may do so
+ by defining ``-DLIBCXX_ENABLE_INCOMPLETE_FEATURES=ON`` when configuring
+ their build.
+
- There's a new CMake option ``LIBCXX_ENABLE_UNICODE`` to disable Unicode
support in the ``<format>`` header. This only affects the estimation of the
output width of the format functions.
More information about the llvm-branch-commits
mailing list