[libcxx-commits] [libcxx] [libc++][NFC] Centralize test for support of == and != in ranges (PR #78481)
Will Hawkins via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 13 14:55:55 PDT 2024
================
@@ -89,4 +91,12 @@ concept simple_view =
std::same_as<std::ranges::iterator_t<Range>, std::ranges::iterator_t<const Range>> &&
std::same_as<std::ranges::sentinel_t<Range>, std::ranges::sentinel_t<const Range>>;
+template <class T, class U = T>
----------------
hawkinsw wrote:
I believe that I addressed this with ee61f15cfef3fd8b08d818d7455c2192d94980ea.
https://github.com/llvm/llvm-project/pull/78481
More information about the libcxx-commits
mailing list