[PATCH] D14119: [libcxxabi] Correctly align fallback heap
Tim Northover via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 27 09:14:07 PDT 2015
t.p.northover added a subscriber: t.p.northover.
t.p.northover added a comment.
Using alignas(heap_node) might be a little clearer and more semantically correct here. Should be OK support-wise, libc++ is already using that for some of its bits. Otherwise, good find!
Tim.
Repository:
rL LLVM
http://reviews.llvm.org/D14119
More information about the cfe-commits
mailing list