[libcxx-commits] [PATCH] D110499: [libc++][format][5/6] Improve format_to_n.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 27 09:29:11 PDT 2022
Mordante marked an inline comment as done.
Mordante added inline comments.
================
Comment at: libcxx/include/__format/buffer.h:22
#include <__iterator/concepts.h>
+#include <__iterator/incrementable_traits.h>
#include <__iterator/iterator_traits.h>
----------------
vitaut wrote:
> What is this for?
This is the libc++ internal header that (among other things) contains `iter_difference_t`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110499/new/
https://reviews.llvm.org/D110499
More information about the libcxx-commits
mailing list