[libcxx-commits] [PATCH] D118164: [libc++] [ranges] ref_view and empty_view are borrowed ranges. Normalize borrowed_range tests.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 27 11:22:24 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9021f3682c97: [libc++] [ranges] ref_view and empty_view are borrowed ranges. Normalize… (authored by arthur.j.odwyer).

Changed prior to commit:
  https://reviews.llvm.org/D118164?vs=403099&id=403733#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118164

Files:
  libcxx/include/__ranges/empty_view.h
  libcxx/include/__ranges/ref_view.h
  libcxx/test/std/ranges/range.adaptors/range.all/range.owning.view/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.all/range.ref.view/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.all/range.ref.view/range.ref.view.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.common.view/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.empty/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.ref.view.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.factories/range.iota.view/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.utility/range.subrange/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.utility/range.subrange/enable_borrowed_range.compile.pass.cpp
  libcxx/test/support/test_range.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118164.403733.patch
Type: text/x-patch
Size: 14122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220127/09af91a4/attachment.bin>


More information about the libcxx-commits mailing list