[PATCH] D105951: [clang] P2266 implicit moves STL workaround

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 25 14:59:43 PDT 2021


mizvekov added a comment.

If you think landing this in 13 after the release branch is created will be complicated, then please consider this message a gentle **Ping** :)

Frankly, I am satisfied with the mechanics of this workaround as is.

- After another look, I think doing something more targeted will be unduly convoluted, as we would want to target particular function overloads, one which is an operator>>.
- The STL will still be tested upstream, with "-fno-mscompatibility".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105951



More information about the cfe-commits mailing list