Use constexpr for folly::dynamic::TypeInfo static fields
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 23 Sep 2015 05:06:25 +0000 (22:06 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Wed, 23 Sep 2015 05:20:19 +0000 (22:20 -0700)
commit178d3b45f745e50fa70c735703bfe7c4dba9ace5
treee5dfb3d0380725ed8269599b2de58dfe235dafaf
parent4bfa1a41db9d1e54ffb9a32aa9d39c8bd6e28b02
Use constexpr for folly::dynamic::TypeInfo static fields

Summary: [Folly] Use constexpr for folly::dynamic::TypeInfo static fields

These things are compile-time values. So yeah.

Reviewed By: @​@​JoelMarcey

Differential Revision: D2466270
folly/dynamic-inl.h
folly/dynamic.cpp