[PATCH] D88220: [C++20] P1825R0: More implicit moves

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 16 15:24:58 PST 2021


aaronpuchert added a comment.

In D88220#2566628 <https://reviews.llvm.org/D88220#2566628>, @Quuxplusone wrote:

> My concern was more that I'm much less of an expert on Clang than "most of us."

Understood, but Clang tries to closely follow the C++ standard in its implementation, and I'd say that the APIs used in this change do exactly what one would naively think they do. And we haven't introduced any new functions so we can't even discuss where to put them.

I'm sometimes reading up about implicit moving but the area seemed a bit in flux so I was hoping for things to settle down before I start to remember what might soon be obsolete. Let's hope this settles it.


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