[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
Sun Jul 28 03:09:40 PDT 2024


strega-nil 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 *>'

No, these would fix `contiguous_iterator<std::__wrap_iter<int*>>` to work at all.

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


More information about the libcxx-commits mailing list