Avoid incorrect constexpr in folly/AtomicHashArray.h.
authorYedidya Feldblum <yfeldblum@fb.com>
Fri, 7 Aug 2015 19:34:34 +0000 (12:34 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Fri, 7 Aug 2015 21:23:02 +0000 (14:23 -0700)
commita64e4f2d3c7dda6698791564d83e13e58cb824b7
treedeb7165f8708867cd5edb76c6914ab0ee1075946
parente7e569e99cd6e66f3df3f67d1e8c7c4d4ba4d3ca
Avoid incorrect constexpr in folly/AtomicHashArray.h.

Summary: [Folly] Avoid incorrect constexpr in folly/AtomicHashArray.h.

It's actually not transitively constexpr, because it uses const values that are not themselves constexpr. Depending on the compiler, it could theoretically fail to build.

Reviewed By: @Gownta

Differential Revision: D2322143
folly/AtomicHashArray.h