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

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 12 07:20:01 PST 2022


huixie90 updated this revision to Diff 399324.
huixie90 marked 7 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 review


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.399324.patch
Type: text/x-patch
Size: 6540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220112/350f560b/attachment.bin>


More information about the libcxx-commits mailing list