[libcxx-commits] [PATCH] D137637: [libc++] Implement P2446R2 (views::as_rvalue)

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 19 11:36:58 PST 2023


philnik updated this revision to Diff 490617.
philnik marked an inline comment as done.
philnik added a comment.

Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137637

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/docs/Status/RangesViews.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__iterator/move_sentinel.h
  libcxx/include/__ranges/as_rvalue_view.h
  libcxx/include/module.modulemap.in
  libcxx/include/ranges
  libcxx/test/libcxx/diagnostics/view_adaptors.nodiscard_extensions.verify.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/ranges/range.adaptors/range.as.rvalue/adaptor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.as.rvalue/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.as.rvalue/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.as.rvalue/ctad.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.as.rvalue/ctor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.as.rvalue/enable_borrowed_range.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.as.rvalue/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.as.rvalue/size.pass.cpp
  libcxx/test/support/test_iterators.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137637.490617.patch
Type: text/x-patch
Size: 35458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230119/28f82cca/attachment-0001.bin>


More information about the libcxx-commits mailing list