Adding support for signed integers
authorTom Jackson <tjackson@fb.com>
Fri, 4 Apr 2014 23:55:09 +0000 (16:55 -0700)
committerptarjan <ptarjan@fb.com>
Wed, 9 Apr 2014 03:58:43 +0000 (20:58 -0700)
commitff03c3a89d70f49f5fdedcb1e6af7a1c9fc9bacb
tree5c5e2b7c1ccb5548b44fbbbf46a53264ff7b38f3
parent14e2c0f8d70076e18bfccf5ac65317054faf1cf0
Adding support for signed integers

Summary: For use with Thrift::Frozen, especially.

Test Plan: Unit tests

Reviewed By: philipp@fb.com

FB internal diff: D1255257
folly/experimental/Bits.h
folly/experimental/test/BitsBenchmark.cpp [new file with mode: 0644]
folly/experimental/test/BitsTest.cpp