[PATCH] D79740: Align mapped_iterator::reference type with mapped_iterator::operator*() return value.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 11 21:03:46 PDT 2020
dblaikie added a comment.
In D79740#2030720 <https://reviews.llvm.org/D79740#2030720>, @craig.topper wrote:
> @dblaikie are you saying that a mapped_iterator that returns by value should never be used by a reverse_iterator?
That's my hypothesis/understanding, yes. I'm open to other ideas/counterpoints.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79740/new/
https://reviews.llvm.org/D79740
More information about the llvm-commits
mailing list