[libcxx-commits] [PATCH] D112368: [libc++][format] Move iterators when needed.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 28 12:01:27 PDT 2022


Mordante updated this revision to Diff 463642.
Mordante added a comment.

Rebased and a complete update of the patch.
Since parts of the format library now use ranges instead of pre C++20
algorithms internally it is possible to use move only iterators.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112368

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/include/__format/buffer.h
  libcxx/include/__format/format_context.h
  libcxx/test/std/utilities/format/format.formatter/format.context/format.context/advance_to.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.context/format.context/out.pass.cpp
  libcxx/test/std/utilities/format/format.functions/format_to.locale.pass.cpp
  libcxx/test/std/utilities/format/format.functions/format_to.pass.cpp
  libcxx/test/support/test_format_iterator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112368.463642.patch
Type: text/x-patch
Size: 13483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220928/2e094f62/attachment.bin>


More information about the libcxx-commits mailing list