In particular, `span<int>::iterator` may be a raw pointer type and thus have no nested typedef `iterator::value_type`. However, we already know that the value_type we expect for `span<int>` is just `int`. Fix up all other iterator_concept_conformance tests in the same way.
Details
Details
- Reviewers
zoecarver curdeius • Quuxplusone - Group Reviewers
Restricted Project - Commits
- rG045781a5ce4f: [libc++] [test] Don't assume iterators are class types.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo