[libcxx-commits] [PATCH] D108575: [libcxx] Define insert_iterator::iter with ranges::iterator_t
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 24 21:31:21 PDT 2021
jloser added a comment.
@ldionne @Quuxplusone @cjdb - added a test for a type without a nested `iterator` type alias to exercise the defining of `iter` member using `std::ranges::iterator_t`. Let me know what you think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108575/new/
https://reviews.llvm.org/D108575
More information about the libcxx-commits
mailing list