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

Executor algorithms #1556

Merged
merged 5 commits into from May 28, 2015
Merged

Executor algorithms #1556

merged 5 commits into from May 28, 2015

Conversation

dcbdan
Copy link
Contributor

@dcbdan dcbdan commented May 27, 2015

-Integrated for_each with executors
-removed .on() functionality from 'shims'

@hkaiser
Copy link
Member

hkaiser commented May 27, 2015

LGTM


test_for_each(std::forward<ExPolicy>(policy), iterator_tag());
test_for_each_exception(std::forward<ExPolicy>(policy), iterator_tag());
test_for_each_bad_alloc(std::forward<ExPolicy>(policy), iterator_tag());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While it may work, I don't think policy should be forwarded multiple times. And it is redundant since test_for_each accepts a universal reference for testing purposes but the other two don't. Will change.

hkaiser added a commit that referenced this pull request May 28, 2015
@hkaiser hkaiser merged commit a2682b0 into master May 28, 2015
@hkaiser hkaiser deleted the executor_algorithms branch May 28, 2015 22:12
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

3 participants