[PATCH] D99005: [clang] Implement P2266 Simpler implicit move
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 6 06:21:47 PDT 2021
aaron.ballman added a comment.
In D99005#2843201 <https://reviews.llvm.org/D99005#2843201>, @mizvekov wrote:
> Thank you again @sberg.
>
> 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.
I'm not certain it's reasonable to wait for MSVC STL to change as that leaves every existing user of older MSVC STLs out in the cold. This is causing some significant regressions at Intel, to the extent that I wonder if this should be temporarily reverted until the MSVC STL headers can be compiled again.
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