[libcxx-commits] [PATCH] D138795: [libc++] Don't assume that string_view::const_iterator is a raw pointer
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 5 06:54:04 PST 2022
ldionne marked 2 inline comments as done.
ldionne added inline comments.
================
Comment at: libcxx/include/__format/formatter_output.h:260
+ _Iterator __last,
output_iterator<const _CharT&> auto __out_it,
__format_spec::__parsed_specifications<_ParserCharT> __specs,
----------------
Mordante wrote:
> Wouldn't this work?
Yes it would work, but don't you feel like it's more readable to introduce a separate name for the type?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138795/new/
https://reviews.llvm.org/D138795
More information about the libcxx-commits
mailing list