Qualify a couple local constexpr values as 'static' to allow use from within non...
authorChristopher Dykes <cdykes@fb.com>
Sat, 8 Apr 2017 04:15:44 +0000 (21:15 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 8 Apr 2017 04:19:40 +0000 (21:19 -0700)
commit3e0c28fdd95f7ec7950d220a03d0c0e5d3a23bd0
tree803ced8298956f41f7bab931f03ea6f37ce9e725
parent92693aaf7562a2929af27f023f0405433bf8855a
Qualify a couple local constexpr values as 'static' to allow use from within non-capturing lambdas

Summary: MSVC doesn't allow non-static locals to be accessed within a non-capturing lambda, and some were introduced into the json code.

Reviewed By: yfeldblum

Differential Revision: D4856242

fbshipit-source-id: b2db36ca37a79a41237d39cc7e7b839a5416922f
folly/json.cpp