Mark a couple more local constexpr values as static
authorChristopher Dykes <cdykes@fb.com>
Fri, 18 Nov 2016 00:29:09 +0000 (16:29 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Fri, 18 Nov 2016 00:38:38 +0000 (16:38 -0800)
commit4bd573d6abb80b1e8268f23d78ccb29fc7a1ef40
treef48cd8ae6a09d3e61c4e80841767dd0494eab9cf
parent21b43d2da4dd61e42f9b2277bb984a8fafa6c11e
Mark a couple more local constexpr values as static

Summary: Because MSVC doesn't let you access it without capturing it from within a lambda otherwise.

Reviewed By: yfeldblum

Differential Revision: D4199867

fbshipit-source-id: 7b829b2cc373edbebe3498901fa323c89a211818
folly/io/async/test/EventBaseTest.cpp