[libcxx-commits] [PATCH] D145853: [libc++][format] range-default-formatter for strings.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 8 05:19:16 PDT 2023


Mordante marked 4 inline comments as done.
Mordante added inline comments.


================
Comment at: libcxx/docs/Status/FormatPaper.csv:40-41
 "`P2585R0 <https://wg21.link/P2585R0>`__","Improving default container formatting"
-`[format.range.fmtstr] <https://wg21.link/format.range.fmtstr>`_,"Formatting for ranges: strings",,Mark de Wever,|In Progress|,
-`[format.range.fmtstr] <https://wg21.link/format.range.fmtstr>`_,"Formatting for ranges: strings",,Mark de Wever,|In Progress|,
+`[format.range.fmtstr] <https://wg21.link/format.range.fmtstr>`_,"Formatting for ranges: strings",,Mark de Wever,|Complete|,Clang 17
+`[format.range.fmtstr] <https://wg21.link/format.range.fmtstr>`_,"Formatting for ranges: strings",,Mark de Wever,|Complete|,Clang 17
 "`P2693R1 <https://wg21.link/P2693R1>`__","Formatting ``thread::id`` and ``stacktrace``"
----------------
h-vetinari wrote:
> This line is fully duplicated (both before and after; it got introduced by mistake AFAICT, and should be removed again)
Thanks the second should have been `debug_string`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145853



More information about the libcxx-commits mailing list