explicitly convert to `InternalSizeType` in F14
Summary: For F14Vector containers, we assume that the size could fit in `uint32_t`, i.e., the `InternalSizeType`. This diff fixes where we implicitly convert (shorten) a `size_t` to `InternalSizeType`. Reviewed By: nbronson fbshipit-source-id: e970071dbde6394262a555facc8e2a24c6007f68
Showing
Please register or sign in to comment