De-template Range comparison operators
Summary: The `StringPiece` overloads of comparisons operators are inefficient to compile, as they get in the overload set of every comparison and then get ruled out by SFINAE (which require trait instantiations). Move them instead to friend inlines, where they enjoy the expected implicit conversion rules. (Note: this ignores all push blocking failures!) Reviewed By: yfeldblum Differential Revision: D25549986 fbshipit-source-id: fd323e2e8cbf4f3dd29508b8aff1cfaba2784f4f
Showing
Please register or sign in to comment