diff --git a/libcxx/docs/ReleaseNotes/17.rst b/libcxx/docs/ReleaseNotes/17.rst --- a/libcxx/docs/ReleaseNotes/17.rst +++ b/libcxx/docs/ReleaseNotes/17.rst @@ -70,6 +70,18 @@ - P0408R7 - Efficient Access to ``basic_stringbuf``'s Buffer - P2474R2 - ``views::repeat`` +With the ``format`` library available in the main library the following papers +are now available in the main library: + +- P0645 - Text Formatting +- P1652 - Printf corner cases in std::format +- P1892 - Extended locale-specific presentation specifiers for std::format +- P1868 - width: clarifying units of width and precision in std::format +- P2216 - std::format improvements +- P2418 - Add support for std::generator-like types to std::format +- P2286R8 - Formatting Ranges +- P2508R1 - Exposing std::basic-format-string + Improvements and New Features ----------------------------- - ``std::equal``, ``std::ranges::equal``, ``std::find``, and