Skip to content
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

Implement BitOps for HashSet #20125

Merged
merged 1 commit into from
Dec 23, 2014
Merged

Implement BitOps for HashSet #20125

merged 1 commit into from
Dec 23, 2014

Conversation

csouth3
Copy link
Contributor

@csouth3 csouth3 commented Dec 22, 2014

Now that #19448 has landed in a snapshot, we can add proper by-value operator overloads for HashSet. The behavior of these operator overloads is consistent with rust-lang/rfcs#235.

@rust-highfive
Copy link
Collaborator

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@csouth3
Copy link
Contributor Author

csouth3 commented Dec 22, 2014

r? @gankro

@rust-highfive rust-highfive assigned Gankra and unassigned pcwalton Dec 22, 2014
@Gankra
Copy link
Contributor

Gankra commented Dec 22, 2014

Thanks as always!

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 22, 2014
Now that rust-lang#19448 has landed in a snapshot, we can add proper by-value operator overloads for `HashSet`.  The behavior of these operator overloads is consistent with rust-lang/rfcs#235.
@bors bors merged commit db3989c into rust-lang:master Dec 23, 2014
@csouth3 csouth3 deleted the hashset-bitops branch December 23, 2014 05:34
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.

5 participants