add missing const to fix `folly::toDynamic` on `std::vector<bool>`
authorMathieu Baudet <mathieubaudet@fb.com>
Thu, 11 May 2017 02:05:01 +0000 (19:05 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 11 May 2017 02:20:10 +0000 (19:20 -0700)
commitea2c005ea5c31c5b078d2c4b21485b6ed41d1092
tree7755c52d044d932d4c1df867f332d990c144dcc2
parent31751bbfd5578b5164bc4ed5f1e6d84d87d8a736
add missing const to fix `folly::toDynamic` on `std::vector<bool>`

Summary: [folly] add missing const to fix `folly::toDynamic` on `std::vector<bool>`

Reviewed By: ender-wieczorek, yfeldblum

Differential Revision: D5039403

fbshipit-source-id: edd052c7d1d832d424166cba15fcd9f4f8bd219c
folly/DynamicConverter.h
folly/test/DynamicConverterTest.cpp