[PATCH] D72957: [mlir] Unbreak MSVC build with implicit constructor
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 16:08:43 PST 2020
nicolasvasilache added a subscriber: aganea.
nicolasvasilache added a comment.
@stella.stamenova
I think this is related, see: https://developercommunity.visualstudio.com/content/problem/346421/c-code-with-initializer-list-does-not-compile-in-v.html
In particular:
`Both GCC and Clang compile and run this code without any problems.`
`Note that MSVC 19.20 does compile the code correctly`
@aganea mentioned: Visual Studio 2019 16.4.2
Do you have a possibility to try on the latest version on your end?
I do not
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72957/new/
https://reviews.llvm.org/D72957
More information about the llvm-commits
mailing list