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

Container algorithms #1922

Merged
merged 10 commits into from Dec 27, 2015
Merged

Container algorithms #1922

merged 10 commits into from Dec 27, 2015

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Dec 21, 2015

  • added container based parallel::copy
  • fixed return types for parallel::copy
  • fixed seqmented parallel::copy for new return types
  • fixed parallel::replace, parallel::rotate, etc. for new return types for copy
  • added range based parallel::replace, added tests
  • added projections to parallel::replace
  • added range based parallel::remove_copy[_if] , added tests
  • changed return types for parallel::reverse
  • added range base parallel::reverse[_copy]

This solves part of #1668

- fixed return types for parallel::copy
- fixed seqgmented parallel::copy for new return types
- fixed parallel::replace, parallel::rotate, etc. for new return types for copy
- added range based parallel::replace, added tests
- added projections to parallel::replace
@hkaiser
Copy link
Member Author

hkaiser commented Dec 23, 2015

Please note that the adaptation of our algorithms to the newer range proposal causes breaking changes related to some of the return types of the algorithms. This will be documented separately.

hkaiser added a commit that referenced this pull request Dec 27, 2015
@hkaiser hkaiser merged commit fa421b5 into master Dec 27, 2015
@hkaiser hkaiser deleted the container_algorithms branch December 27, 2015 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant