MPMCQueue.h: fix a bug introduced while accommodating -Wsign-compare
[folly.git] / folly / Bits.h
index 6d8b06c2686ec6d5f50078da886caff822ddecf0..a93be1b6c365224ae08aea002bce3c972b043a8c 100644 (file)
@@ -525,7 +525,7 @@ class BitIterator
       (other.bitOffset_ - bitOffset_);
   }
 
-  unsigned int bitOffset_;
+  size_t bitOffset_;
 };
 
 /**