Skip to content

Add Ord impl to raw pointers #19779

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2014
Merged

Add Ord impl to raw pointers #19779

merged 1 commit into from
Dec 15, 2014

Conversation

mpdn
Copy link
Contributor

@mpdn mpdn commented Dec 12, 2014

The old PartialOrd impl for raw pointers would always return Some(_), so It might as well implement Ord too.

brson added a commit to brson/rust that referenced this pull request Dec 12, 2014
The old PartialOrd impl for raw pointers would always return Some(_), so It might as well implement Ord too.
brson added a commit to brson/rust that referenced this pull request Dec 13, 2014
The old PartialOrd impl for raw pointers would always return Some(_), so It might as well implement Ord too.
bors added a commit that referenced this pull request Dec 14, 2014
Add Ord impl to raw pointers

Reviewed-by: cmr
brson added a commit to brson/rust that referenced this pull request Dec 15, 2014
The old PartialOrd impl for raw pointers would always return Some(_), so It might as well implement Ord too.
@bors bors merged commit 3cc730e into rust-lang:master Dec 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants