Commit 1507fc0b authored by Lucian Grijincu's avatar Lucian Grijincu Committed by Viswanath Sivakumar

folly: Bits: make bitsPerBlock 64 bit back

Summary: D1770613 made bitsPerBlock 32 bit. Sadpanda.

Test Plan: _bin/unicorn/diskindex4/test/doc_map_test --gtest_filter=DocMap/DocMapTest.Deleted/23

Reviewed By: meyering@fb.com

Subscribers: net-systems@, folly-diffs@

FB internal diff: D1776343

Tasks: 5968993

Signature: t1:1776343:1420852923:f35166dd9023a701ff16467710131f821810215a

Blame Revision: D1770613
parent ed281068
...@@ -525,7 +525,7 @@ class BitIterator ...@@ -525,7 +525,7 @@ class BitIterator
(other.bitOffset_ - bitOffset_); (other.bitOffset_ - bitOffset_);
} }
unsigned int bitOffset_; size_t bitOffset_;
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment