folly/MPMCQueue sizeGuess should return a signed int
Summary: Like size(), sizeGuess() is allowed to return a negative value, so it should be ssize_t instead of uint64_t. Test Plan: fbmake, wait for contbuild Reviewed By: tudorb@fb.com FB internal diff: D893075
Showing
Please register or sign in to comment