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

Converted partitioners and some algorithms to use executors #1564

Closed
wants to merge 7 commits into from

Conversation

dcbdan
Copy link
Contributor

@dcbdan dcbdan commented May 28, 2015

No description provided.

template <typename ExPolicy>
void test_executors(ExPolicy && policy)
{
using iterator_tag = std::random_access_iterator_tag;
Copy link
Member

Choose a reason for hiding this comment

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

Please use typedef std::random_access_iterator_tag iterator_tag; instead as the using syntax is not supported by gcc 4.6.

@hkaiser
Copy link
Member

hkaiser commented Jun 9, 2015

Are there any objections for this PR to be merged?

@hkaiser
Copy link
Member

hkaiser commented Jun 10, 2015

This is superseded by #1567: Removed const from algorithms

@hkaiser hkaiser closed this Jun 10, 2015
@hkaiser hkaiser deleted the executor_algorithms_1 branch June 10, 2015 18:59
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