[libcxx-commits] [libcxx] [libcxx][test] Do not assume array::iterator is a pointer (PR #100603)

nicole mazzuca via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 29 13:18:09 PDT 2024


================
@@ -183,8 +183,17 @@ struct NonConstComparable {
   friend constexpr bool operator==(NonConstComparable&, const NonConstComparable&) { return true; }
 };
 
+// note: this should really use `std::const_iterator`
----------------
strega-nil wrote:

Sure.

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


More information about the libcxx-commits mailing list