[libcxx-commits] [PATCH] D102468: [libcxx][ranges] removes default_initializable from weakly_incrementable and view

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 10 08:54:01 PDT 2021


cjdb updated this revision to Diff 351189.
cjdb retitled this revision from "[libcxx][ranges] makes `basic_string_view` and `span` satisfy concept view" to "[libcxx][ranges] removes default_initializable from weakly_incrementable and view".
cjdb edited the summary of this revision.
cjdb added a comment.

[ http://wg21.link/P2325 | P2325 <https://reviews.llvm.org/P2325> ] was approved by plenary and made the original version of this patch semi-wrong, so I repurposed the entire patch to deal with P2325 <https://reviews.llvm.org/P2325> as well.

Due to the excessive changes, existing LGTMs need to be reapproved.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102468

Files:
  libcxx/docs/Cxx2aStatusIssuesStatus.csv
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__iterator/concepts.h
  libcxx/include/__ranges/concepts.h
  libcxx/include/__ranges/enable_view.h
  libcxx/include/__ranges/view.h
  libcxx/include/__ranges/view_interface.h
  libcxx/include/iterator
  libcxx/include/ranges
  libcxx/include/span
  libcxx/include/string_view
  libcxx/test/std/containers/views/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.winc/subsumption.compile.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.winc/subsumption.verify.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.winc/weakly_incrementable.compile.pass.cpp
  libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/default.pass.cpp
  libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons/default.pass.cpp
  libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons/default.pass.cpp
  libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/default.pass.cpp
  libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/default.pass.cpp
  libcxx/test/std/ranges/range.req/range.view/view.compile.pass.cpp
  libcxx/test/std/ranges/range.req/range.view/view.subsumption.compile.pass.cpp
  libcxx/test/std/ranges/range.req/range.view/view.subsumption.verify.cpp
  libcxx/test/std/strings/string.view/range_concept_conformance.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102468.351189.patch
Type: text/x-patch
Size: 26303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210610/5d2057fd/attachment-0001.bin>


More information about the libcxx-commits mailing list