[PATCH] D12247: [libc++] remove possible trailing padding from aligned_storage
David Li via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 26 23:29:06 PDT 2015
davidxl added a comment.
yes -- the intention of Yiran's patch is not to change the size/alignment of the underlying storage, but to make the original padding space part of the type.
http://reviews.llvm.org/D12247
More information about the cfe-commits
mailing list