[libcxx-commits] [PATCH] D127674: [libc++] Add Implemented Papers section
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 13 11:20:21 PDT 2022
Mordante added a comment.
I'm not convinced this change is really needed, but I'm not objecting either.
However when we move in this direction, lets move all paper related changes to this section.
(I expect some thing migh be ambiguous, but I marked the clear ones.)
================
Comment at: libcxx/docs/ReleaseNotes.rst:49
- Marked the following papers as "Complete" (note that some of those might have
been implemented in a previous release but not marked as such):
----------------
Please move these to the new section too. Just move them as-is.
================
Comment at: libcxx/docs/ReleaseNotes.rst:76
- Implemented P2216R3 (std::format improvements). The format functions
(``std::format``, ``std::format_to``, ``std::format_to_n``, and
----------------
Please move these to the new section too. Please leave the additional information only strip the `Implemented`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127674/new/
https://reviews.llvm.org/D127674
More information about the libcxx-commits
mailing list