[PATCH] D99005: [clang] Implement P2266 Simpler implicit move

Stephan Bergmann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 28 00:24:42 PDT 2021


sberg added a comment.

In D99005#2843201 <https://reviews.llvm.org/D99005#2843201>, @mizvekov wrote:

> I have talked to the MSVC STL maintainers. They would be open to a pull request for fixing this.
> The repo can be found at https://github.com/microsoft/STL
> Be my guest if you want to submit that fix yourself.
> If not, I can probably do it in the near future.

Thanks a lot for the link.  Filed https://github.com/microsoft/STL/pull/2025 "Adapt some return statements to P2266R1 'Simpler implicit move'" now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99005/new/

https://reviews.llvm.org/D99005



More information about the cfe-commits mailing list