[Lldb-commits] [PATCH] D65249: [NFC] use C++11 in AlignOf.h
Reid Kleckner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 26 13:41:29 PDT 2019
rnk added a comment.
I still think this concern applies:
https://reviews.llvm.org/D64417#1576675
I'm not sure how to track down an 19.11 release to test if we can pass std::aligned_storage values through function calls on x86. We might be better off raising the minimum to 19.14, which is a more recent MSVC release in the 2017 track. I don't think it's too much to ask developers to use the most recent version of the 2017 compiler, they won't have to change IDEs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65249/new/
https://reviews.llvm.org/D65249
More information about the lldb-commits
mailing list