[libcxx-commits] [libcxx] [libc++][NFC] Create and use test-defined simple_view concept (PR #77334)

Will Hawkins via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 8 11:55:04 PST 2024


================
@@ -82,4 +83,10 @@ using NonBorrowedView = std::ranges::single_view<int>;
 static_assert(std::ranges::view<NonBorrowedView>);
 static_assert(!std::ranges::borrowed_range<NonBorrowedView>);
 
+template <class Range>
----------------
hawkinsw wrote:

I will propose something in the follow up. Sorry for the delay!

https://github.com/llvm/llvm-project/pull/77334


More information about the libcxx-commits mailing list