Skip to content

Implement SmallIntSet #6677

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

Closed
wants to merge 1 commit into from
Closed

Conversation

yjh0502
Copy link
Contributor

@yjh0502 yjh0502 commented May 22, 2013

Implement SmallIntSet (refer #4984)

@thestinger
Copy link
Contributor

A SmallIntSet is an ordered set so it should implement union and symmetric_difference as in-order traversals. The implementation from std::treemap could be shared, if there was an iterator.

bors added a commit that referenced this pull request May 23, 2013
@bors bors closed this May 23, 2013
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.

4 participants