[PATCH] D100672: [ADT] Add new type traits for type pack indexes
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 18 18:59:10 PDT 2021
dblaikie added a comment.
In D100672#2766442 <https://reviews.llvm.org/D100672#2766442>, @scott.linder wrote:
> This seems like a bug in parameter pack expansion in older versions of MSVC, compare 19.10 https://godbolt.org/z/TMd3K8WoK with 19.14 https://godbolt.org/z/9c9TT8bnb
>
> @stella.stamenova is there any possibility the build bots could be updated to the latest MSVC 2017 update? https://llvm.org/docs/GettingStartedVS.html#software says "Visual Studio 2017 or higher, with the latest Update installed", but I could also see us wanting to support any VS 2017 release if possible.
>
> If we want to support all updates of VS 2017 I can just substitute in the old definition of `llvm::TypeIndex` in place of the new `llvm::FirstIndexOfType`, but I might have to think more about how to work around this in `llvm::TypesAreDistinct`
I'd generally be happy to stick with the original requirement. @stella.stamenova - any chance you could update the bot(s) here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100672/new/
https://reviews.llvm.org/D100672
More information about the llvm-commits
mailing list