[PATCH] D28429: Remove the restriction of ten types on AligedCharArrayUnion
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 7 10:01:43 PST 2017
davide added a comment.
I agree with David here. Can you check if `std::aligned_union` actually works with 4.8 and the minimum version of MSVC we support (I think 2015) and switch to it instead?
https://reviews.llvm.org/D28429
More information about the llvm-commits
mailing list