ShiZhanHuang

Results 1 comments of ShiZhanHuang

if (FOLLY_LIKELY(a < std::numeric_limits::max() - b)) { .... } else { .... } fix: if (FOLLY_LIKELY(a