[libcxx-commits] [PATCH] D101071: [libcxx][iterator] adds `std::indirectly_readable` and `std::indirectly_writable`

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 22 08:11:59 PDT 2021


cjdb created this revision.
cjdb added a reviewer: ldionne.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Implements parts of:

- P0896R4 The One Ranges Proposal`

Reverts 9f11cc0d96519cbf6b2a978334bc5bc81875819 after fixing the issue
in 04733181b5136e2b3df2b37c6bdd9e25f8afecd0 <https://reviews.llvm.org/rG04733181b5136e2b3df2b37c6bdd9e25f8afecd0>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101071

Files:
  libcxx/include/iterator


Index: libcxx/include/iterator
===================================================================
--- libcxx/include/iterator
+++ libcxx/include/iterator
@@ -429,6 +429,7 @@
 #include <concepts> // Mandated by the Standard.
 #include <cstddef>
 #include <initializer_list>
+#include <__iterator/concepts.h>
 #include <__iterator/incrementable_traits.h>
 #include <__iterator/iter_move.h>
 #include <__iterator/iterator_traits.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101071.339646.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210422/48580a47/attachment.bin>


More information about the libcxx-commits mailing list