[libcxx-commits] [PATCH] D100073: [libcxx] adds `std::indirectly_readable` to <iterator>
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 20 10:50:23 PDT 2021
zoecarver added inline comments.
================
Comment at: libcxx/include/__iterator/iterator_traits.h:42
+};
+
// [iterator.traits]
----------------
cjdb wrote:
> zoecarver wrote:
> > Shouldn't these go in `__iterator/concepts.h`?
> No, that will create a circular dependency.
How so? `iterator_traits.h` should be able to include `concepts.h`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100073/new/
https://reviews.llvm.org/D100073
More information about the libcxx-commits
mailing list