[libcxx-commits] [PATCH] D130538: [libc++] Fix `_IterOps::__iter_move` returning a dangling reference for non-conforming iterators.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 26 01:47:18 PDT 2022
philnik added a comment.
Are you absolutely certain that this won't break anything else? I'm definitely not, so I'd say rather break invalid code than valid code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130538/new/
https://reviews.llvm.org/D130538
More information about the libcxx-commits
mailing list