[PATCH] D88220: [C++20] P1825R0: More implicit moves
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 16 13:13:40 PST 2021
Quuxplusone added a comment.
In D88220#2566525 <https://reviews.llvm.org/D88220#2566525>, @aaronpuchert wrote:
> I think you're much more of an expert on implicit moves than most of us
Short answer, yes. ;) My concern was more that I'm much less of an expert on Clang than "most of us." I'd rather trust a Clang expert to learn and implement the couple of pages of P1825 <https://reviews.llvm.org/P1825>, than you should trust a P1825 <https://reviews.llvm.org/P1825> expert to learn and implement the couple hundred lines of Clang in this patch!
But as it's been months, I'm finally ready to WP:BOLD and let someone revert it later if they need to.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88220/new/
https://reviews.llvm.org/D88220
More information about the cfe-commits
mailing list