[libcxx-commits] [PATCH] D127674: [libc++] Add Implemented Papers section

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 17 12:55:38 PDT 2022


Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.

LGTM, but please give other reviewers a bit more time to have a look.



================
Comment at: libcxx/docs/ReleaseNotes.rst:78
+- The format functions (``std::format``, ``std::format_to``, ``std::format_to_n``, and
   ``std::formatted_size``) now validate the format string at compile time.
   When the format string is invalid this will make the code ill-formed instead
----------------
Actually I meant to move this entire paragraph to `Implemented Papers`, but this is fine by me too.


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