[libcxx-commits] [PATCH] D134036: [libc++][format] Implements string escaping.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 18 11:50:30 PDT 2022


Mordante marked an inline comment as done.
Mordante added a comment.

Thanks for the reviews!



================
Comment at: libcxx/include/__format/formatter_output.h:388
+  back_insert_iterator __out_it{__str};
+  std::ranges::copy(__prefix, __null_sentinel{}, back_insert_iterator{__str});
+
----------------
ldionne wrote:
> ?
Nice catch!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134036



More information about the libcxx-commits mailing list