[libcxx-commits] [PATCH] D129964: [libc++][format] Improve format buffer.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 3 10:31:34 PDT 2022


Mordante marked 3 inline comments as done.
Mordante added a comment.

In D129964#3689010 <https://reviews.llvm.org/D129964#3689010>, @vitaut wrote:

>> Next I want to look at the std::back_inserter<std::string>.
>
> That and `std::back_inserter<std::vector<char>>` are exactly the cases I had in mind in "exploring direct writes to contiguous containers", sorry for not being clear. I'm glad that you have it planned.

No problem, I was already wondering whether you meant that use case instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129964



More information about the libcxx-commits mailing list