[libcxx-commits] [PATCH] D117329: [libc++] counted_iterator::base() const& should be noexcept.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 14 09:58:53 PST 2022
ldionne added a comment.
LGTM, but I think we suffer from the same problem in other iterators, for example `transform_view::iterator` but probably others too. Any appetite for fixing all of them in this PR?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117329/new/
https://reviews.llvm.org/D117329
More information about the libcxx-commits
mailing list