[libcxx-commits] [PATCH] D95248: [libc++][doc] Update the release notes
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 22 10:33:03 PST 2021
ldionne added a comment.
Thanks a lot for doing this! This is great - historically we haven't been very good at communicating what we've done in libc++ fromĀ one release to another, but this is much better.
================
Comment at: libcxx/docs/ReleaseNotes.rst:40
------------
+- Localization support has been made optional. It's enabled by default and can
+ be disabled by building libc++ with ``-DLIBCXX_ENABLE_LOCALIZATION=OFF``.
----------------
We also added support for systems without a random device. It can be disabled with `-DLIBCXX_ENABLE_RANDOM_DEVICE=OFF`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95248/new/
https://reviews.llvm.org/D95248
More information about the libcxx-commits
mailing list