Added FOLLY_ALIGNED(), to allow aligning on MSVC as well
authorOrvid King <blah38621@gmail.com>
Wed, 29 Jul 2015 18:44:32 +0000 (11:44 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Wed, 29 Jul 2015 20:22:08 +0000 (13:22 -0700)
commit65220fefdfd7fa2595e420baa784319e32ffab2e
tree54c5f5c01dfca0857ac39b8f9292061c2272eafb
parent5e6f4e7780776d79ab90ff18f80e9ff577fa2a2e
Added FOLLY_ALIGNED(), to allow aligning on MSVC as well

Summary: This adds `FOLLY_ALIGNED` to `Portability.h`, and adjusts the places that were previously using the raw aligned attribute to use this instead.

Closes #262

Reviewed By: @yfeldblum

Differential Revision: D2283639

Pulled By: @sgolemon
folly/Arena.h
folly/Conv.h
folly/MicroSpinLock.h
folly/Portability.h
folly/detail/CacheLocality.h