[libcxx-commits] [PATCH] D95248: [libc++][doc] Update the release notes

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 25 01:34:00 PST 2021


curdeius added inline comments.


================
Comment at: libcxx/docs/ReleaseNotes.rst:49
+  Disabling localization can be useful when porting to platforms that don't
+  support the C locale API (e.g.  embedded). When localization is not
+  supported, several parts of the library will be disabled: ``<iostream>``,
----------------
Nit: double space after "e.g.".


================
Comment at: libcxx/docs/ReleaseNotes.rst:58-59
+  libc++12 the status pages are part of libc++'s documentation.
+- More C++20 features have been implemented. :doc:`Cxx2aStatus` has the full
+  overview of libc++'s C++20 implementation status.
+- Work has started to implement new C++2b features. :doc:`Cxx2bStatus` has the
----------------
Maybe note that libc++ is built using -std=c++20 when available (i.e. it's not required and CMake will fall back to c++17, previously c++17 was required)?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95248/new/

https://reviews.llvm.org/D95248



More information about the libcxx-commits mailing list