[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 18:07:02 PST 2024


================
@@ -0,0 +1,60 @@
+//===----------------------------------------------------------------------===//
----------------
hawkinsw wrote:

I found `libcxx/test/libcxx/ranges/range.utility.helpers/simple_view.compile.pass.cpp`! I added the tests for `simple_view` there (using the same infrastructure defined for testing `std::ranges::__simple_view`). I removed the other test code. 

Because this was a bigger change than just moving the file, I was hoping you could take another look. 

Sorry!

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


More information about the libcxx-commits mailing list