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

std::treemap - changing types to reflect constraints, adding equality check #3662

Closed
wants to merge 1 commit into from

Conversation

dbp
Copy link
Contributor

@dbp dbp commented Oct 4, 2012

The test for equality is extremely naive (ie, create inorder traversals of both trees, compare), but since the whole implementation is, it's probably okay for now.

@catamorphism
Copy link
Contributor

Merged, thanks! Don't forget to run make check before submitting a pull req, though, there was some trailing whitespace :-)

RalfJung pushed a commit to RalfJung/rust that referenced this pull request Jun 9, 2024
simd_bitmask: work correctly for sizes like 24
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