Always use the 64-bit conversion function in ConvBenchmark.cpp
authorChristopher Dykes <cdykes@fb.com>
Fri, 22 Jul 2016 17:15:00 +0000 (10:15 -0700)
committerFacebook Github Bot 1 <facebook-github-bot-1-bot@fb.com>
Fri, 22 Jul 2016 17:23:51 +0000 (10:23 -0700)
commit38b106f1626167d0ab05bf6b35c0de07be3d5eb3
tree13c35c23e7c022d3f1cf9b0fb8ecc12692cb7b76
parenteeb9d4e989aba56696446b435274f21c12a15e10
Always use the 64-bit conversion function in ConvBenchmark.cpp

Summary: A `long` on MSVC is only 4 bytes, so the `static_assert` will fail. Remove the static assert and use the `long long` version instead. Do the same for the unsigned version.

Reviewed By: yfeldblum

Differential Revision: D3601064

fbshipit-source-id: 70c5f4bca597ba05c3729f5d15feeea3cc8fde57
folly/test/ConvBenchmark.cpp