Add missing uint32 type to folly::ProgramOptions::gFlagAdders
authorUladzislau Paulovich <ulad@fb.com>
Wed, 21 Jun 2017 13:19:44 +0000 (06:19 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 21 Jun 2017 13:20:59 +0000 (06:20 -0700)
commitf975d3c54800b7065985e5e548ce1d91fef4926c
tree8d3b5cb42c776495fb7232344f504eccb7758efe
parentaf5ec753ebabe7de1fc021951edd61d0f49d15a8
Add missing uint32 type to folly::ProgramOptions::gFlagAdders

Summary: Absence of "uint32" type in gFlagAdders map breaks all apps that use gflags of this type (i.e. define a flag with "DEFINE_uint32").

Reviewed By: WillerZ

Differential Revision: D5286720

fbshipit-source-id: c02bd959cb9ea9a47fba1e01429181ba09edf5dd
folly/experimental/ProgramOptions.cpp