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

H. Vetinari via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 12 15:49:21 PDT 2023


h-vetinari 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``"
----------------
This line is fully duplicated (both before and after; it got introduced by mistake AFAICT, and should be removed again)


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