[libcxx-commits] [libcxx] [libc++] Fix `take_view::__sentinel`'s `operator==` (PR #74655)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 6 23:57:43 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;
----------------
huixie90 wrote:

Not attached to this line.  What is the reason to rename the folder? The folder name is meant to itch the spec section id 

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


More information about the libcxx-commits mailing list