[libcxx-commits] [libcxx] 09f7554 - [libc++][NFC] Fix documentation build
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 23 07:31:29 PST 2022
Author: Louis Dionne
Date: 2022-11-23T10:31:21-05:00
New Revision: 09f7554890026aa454a4e5fb2508b411084ac7e0
URL: https://github.com/llvm/llvm-project/commit/09f7554890026aa454a4e5fb2508b411084ac7e0
DIFF: https://github.com/llvm/llvm-project/commit/09f7554890026aa454a4e5fb2508b411084ac7e0.diff
LOG: [libc++][NFC] Fix documentation build
Added:
Modified:
libcxx/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index c731eab01dbc..bbee24334ac9 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -144,7 +144,7 @@ ABI Affecting Changes
- When building libc++ against newlib/picolibc, the type of ``regex_type_traits::char_class_type`` was changed to
``uint16_t`` since all values of ``ctype_base::mask`` are taken. This is technically an ABI break, but including
``<regex> `` has triggered a ``static_assert`` failure since libc++ 14, so it is unlikely that this causes
- problems for existing users.
+ problems for existing users.
Build System Changes
--------------------
More information about the libcxx-commits
mailing list