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

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 7 10:45:02 PDT 2024


================
@@ -72,6 +73,27 @@ class view_interface {
     }
   }
 
+  constexpr auto cbegin()
+    requires input_range<_Derived>
----------------
frederick-vs-ja wrote:

Oh, I was somehow confused by the new PR... The entry for [LWG3766](https://cplusplus.github.io/LWG/issue3766) should also be updated in this PR:
https://github.com/llvm/llvm-project/blob/445023f1739d3764f1dae6e6b7b0602328198a1e/libcxx/docs/Status/Cxx23Issues.csv#L223

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


More information about the libcxx-commits mailing list