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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 9 06:43:15 PST 2022


philnik updated this revision to Diff 474259.
philnik added a comment.

Remove non-ASCII character


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/include/CMakeLists.txt
  libcxx/include/__iterator/move_sentinel.h
  libcxx/include/__ranges/as_rvalue_view.h
  libcxx/include/ranges
  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/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.474259.patch
Type: text/x-patch
Size: 25778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221109/5b5aed2d/attachment-0001.bin>


More information about the libcxx-commits mailing list