[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 21:00:59 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb40a3d73dc9c: [libc++] Implement P2446R2 (views::as_rvalue) (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D137637?vs=490641&id=490709#toc

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/iterators/predef.iterators/move.iterators/move.sentinel/ctad.compile.pass.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.490709.patch
Type: text/x-patch
Size: 36601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230120/599e2f77/attachment-0001.bin>


More information about the libcxx-commits mailing list