Mark a few constants as constexpr so VLAs aren't required
authorChristopher Dykes <cdykes@fb.com>
Sat, 2 Jul 2016 04:31:35 +0000 (21:31 -0700)
committerFacebook Github Bot 2 <facebook-github-bot-2-bot@fb.com>
Sat, 2 Jul 2016 04:38:33 +0000 (21:38 -0700)
commit5bd9b1362d7b01d49904f7f0d3271bafe725201a
treed8feaa947ea433abc863b63f0a91ff8d74e52550
parent1962ee07f5e08781ee58f5fcf319ecae419e4c0e
Mark a few constants as constexpr so VLAs aren't required

Summary: Because MSVC doesn't support VLAs.

Reviewed By: yfeldblum

Differential Revision: D3513143

fbshipit-source-id: 256e9e843004a3c37821b3dddc6ecd4c6b5645d9
folly/io/async/test/AsyncSocketTest2.cpp
folly/io/async/test/EventBaseTest.cpp
folly/test/AtomicHashMapTest.cpp