[flang] [compiler-rt] [lldb] [libc] [openmp] [libcxx] [llvm] [libcxxabi] [clang-tools-extra] [mlir] [lld] [clang] [libc++] Fix `take_view::__sentinel`'s `operator==` (PR #74655)

Hristo Hristov via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 8 10:32:58 PST 2023


================
@@ -8,10 +8,7 @@
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17
 
-// sentinel() = default;
-// constexpr explicit sentinel(sentinel_t<Base> end);
-// constexpr sentinel(sentinel<!Const> s)
-//   requires Const && convertible_to<sentinel_t<V>, sentinel_t<Base>>;
+// constexpr sentinel_t<Base> base() const;
----------------
Zingam wrote:

Maybe that's already encoded in the parent directory as all other tests use just "sentinel" and "iterator"

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


More information about the cfe-commits mailing list