[PATCH] D98809: [NFC] Enable RVALUE_REFERENCE_THIS on MSVC 2019
Nathan James via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 05:27:02 PDT 2021
njames93 added a comment.
In D98809#2634224 <https://reviews.llvm.org/D98809#2634224>, @aaron.ballman wrote:
> Aside: I wonder what our support policy is for MSVC 2017. Once upon a time, we would care about the last two major releases of a compiler, but now that 2019 has gone through 9 updates I'm starting to wonder if that's changed our policy for MSVC (aka, can we drop support for 2017 entirely?).
I'm no expert in this regard but I don't see a reason for dropping compiler support for the sake of dropping it. There's also more than likely some users still using 2017 for their own reasons and we shouldn't just disregard them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98809/new/
https://reviews.llvm.org/D98809
More information about the llvm-commits
mailing list