Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmp: Implement all PartialOrd methods for Reverse
When making a forwarding wrapper we must in general forward all methods, so that we use the type's own `lt` for example instead of the default. Example important case: f32's partial_cmp does several operations but its lt is a primitive.
- Loading branch information