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

Add algorithm and test for stable_partition #117

Merged
merged 1 commit into from
May 24, 2014

Conversation

roshanr95
Copy link
Contributor

Added algorithm and test for stable_partition and changed partition to use it for now. I am searching for a good implementation(swaps based?) for partition to take advantage of the fact that order of elements need not be preserved.

@kylelutz
Copy link
Collaborator

Looks good!

One minor issue though, can you change the commit message to wrap at 60-70 columns? Long lines in commit messages make it harder to look through the logs in a smaller terminal.

After that it should be good to merge.

Added algorithm and test for stable_partition.
Changed partition to use it for now till a
better implementation is found
@roshanr95
Copy link
Contributor Author

Done!

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) when pulling 4d3d114 on roshanr95:stable_partition into 4a507cb on kylelutz:develop.

kylelutz added a commit that referenced this pull request May 24, 2014
Add algorithm and test for stable_partition
@kylelutz kylelutz merged commit 0a0fa4c into boostorg:develop May 24, 2014
@kylelutz
Copy link
Collaborator

Thanks! Merged!

@roshanr95 roshanr95 deleted the stable_partition branch May 28, 2014 21:58
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.

None yet

3 participants