[libcxx-commits] [PATCH] D115999: [libc++][format] Finish P0645 Text Formatting.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 24 07:46:11 PST 2022
Quuxplusone added inline comments.
================
Comment at: libcxx/docs/ReleaseNotes.rst:43-45
+ functions are known to be inefficient; both in memory usage and performance.
+ The implementation isn't API or ABI stable and therefore considered
+ experimental. (Some not yet implemented papers require an API break.)
----------------
Do we need to mention `LIBCXX_ENABLE_INCOMPLETE_FEATURES` here? I don't really know how it works.
================
Comment at: libcxx/docs/Status/Cxx20.rst:44
.. [#note-P0600] P0600: The missing bits in P0600 are in |sect|\ [mem.res.class] and |sect|\ [mem.poly.allocator.class].
+ .. [#note-P0645] P0645: The paper is implemented but still marked as an incomplete feature. Not yet implemented LWG-issues will cause API and ABI breakage.
.. [#note-P0966] P0966: It was previously erroneously marked as complete in version 8.0. See `bug 45368 <https://llvm.org/PR45368>`__.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115999/new/
https://reviews.llvm.org/D115999
More information about the libcxx-commits
mailing list