Move max_align_v and max_align_t to folly/lang/Align.h
Summary: [Folly] Move `max_align_v` and `max_align_t` to `folly/lang/Align.h`. And drop the macro `FOLLY_ALIGNED_MAX` - just use `alignas(max_align_v)` instead. Reviewed By: Orvid Differential Revision: D6554677 fbshipit-source-id: cacb335b141623506a41e95e0740613374279c6f
Showing
folly/lang/Align.h
0 → 100644
Please register or sign in to comment