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

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 27 21:11:07 PDT 2024


Zingam wrote:

@strega-nil Off-topic question are the changes to array and contigious_iterator supposed to fix this type of an error:
>  error: no matching conversion for functional-style cast from 'std::__wrap_iter<int *>' to 'contiguous_iterator<int *>'

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


More information about the libcxx-commits mailing list