[libcxx-commits] [PATCH] D128864: [libc++] Fix algorithms which use reverse_iterator
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 21 12:24:55 PDT 2022
ldionne added a comment.
In D128864#3669132 <https://reviews.llvm.org/D128864#3669132>, @ldionne wrote:
> @var-const Can you think of other alternatives that would fix those algorithms with C++20 hostiles iterators?
@philnik
@var-const and I just discussed and we agreed to move forward with this approach. We'll spend some time investigating whether another approach would be viable once the branch is cut, but this shouldn't prevent this patch from moving forward. Let's apply outstanding comments and ping me so we can merge this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128864/new/
https://reviews.llvm.org/D128864
More information about the libcxx-commits
mailing list