Make Bits<T> work with T = Unaligned<X> (X is unsigned integral type)
authorTudor Bosman <tudorb@fb.com>
Wed, 11 Jul 2012 21:28:00 +0000 (14:28 -0700)
committerTudor Bosman <tudorb@fb.com>
Fri, 13 Jul 2012 23:29:28 +0000 (16:29 -0700)
commit7488db1c43eaae6fd903a0172c394a4d390f430e
tree48fba626b9e433d92105f70d69cda5560d47e4ed
parent25189ad927271b3df46ea9b684566d78d5ff129f
Make Bits<T> work with T = Unaligned<X> (X is unsigned integral type)

Test Plan: all folly tests

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D517118
folly/Bits.h
folly/experimental/Bits.h
folly/experimental/test/BitsTest.cpp