rename template parameters in folly::greater_than
Summary: This template is only used in folly::Conv (to avoid tautological comparisons) and as best as I can tell, the rhs/lhs names are not correct as it's currently used (and not consistent with `less_than`). Just swap rhs/lhs variable names. Test Plan: Test Results Summary: Passed: 471 100% successful Reviewed By: marcelo.juchem@fb.com FB internal diff: D856785
Showing
Please register or sign in to comment