[libcxx-commits] [PATCH] D101316: [libcxx][ranges] Add `random_access_{iterator, range}`.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 28 15:13:26 PDT 2021
zoecarver planned changes to this revision.
zoecarver added a comment.
> Looking at the list of files, we need to:
>
> - replace bidirectional_iterator with random_access_iterator for random-access iterators in all iterator_concept_conformance.compile.cpp
> - add a test for all the ranges that are not random_access_ranges (and similarly for any bidirectional_iterators that aren't random-access)
I'll work on that later today. I wanted to push my other changes first, though (so I could get feedback in the meantime).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101316/new/
https://reviews.llvm.org/D101316
More information about the libcxx-commits
mailing list