[libcxx-commits] [libcxx] [libcxx] P2278R4: implement `{basic_, }const_iterator`, and have `cbegin` et. al. return it (PR #99915)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 29 12:46:25 PDT 2024


================
@@ -148,61 +148,6 @@ inline constexpr auto end = __end::__fn{};
 } // namespace __cpo
 } // namespace ranges
 
-// [range.access.cbegin]
----------------
ldionne wrote:

I think the `remove_reference.h` header above can also be removed.

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


More information about the libcxx-commits mailing list