[libcxx-commits] [PATCH] D116808: fix __simple_view concept in std::ranges

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 8 13:32:09 PST 2022


huixie90 updated this revision to Diff 398371.
huixie90 marked 3 inline comments as done.
huixie90 added a comment.

Updating D116808 <https://reviews.llvm.org/D116808>: fix __simple_view concept in std::ranges

addressed issues in the code review. updated the tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116808

Files:
  libcxx/include/__ranges/concepts.h
  libcxx/test/libcxx/ranges/range.utility.helpers/simple_view.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.drop/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/begin.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116808.398371.patch
Type: text/x-patch
Size: 6453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220108/5b11138c/attachment-0001.bin>


More information about the libcxx-commits mailing list