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

Adding all_of, any_of, and none_of and corresponding documentation #1181

Merged
merged 6 commits into from Jul 8, 2014

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Jul 6, 2014

Adding 3 more algorithms from N4071: all_of, any_of, and none_of.

@hkaiser hkaiser added this to the 0.9.9 milestone Jul 6, 2014
@K-ballo
Copy link
Member

K-ballo commented Jul 7, 2014

Looks good to me


#include <hpx/parallel/detail/all_any_none.hpp>

#undef HPX_PARALLEL_DISPATCH
Copy link
Member

Choose a reason for hiding this comment

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

Where is that defined? Why does it need to get undefined?

@hkaiser
Copy link
Member Author

hkaiser commented Jul 8, 2014

This macro is defined in:

#include <hpx/parallel/detail/dispatch.hpp>

It needs to be defined for the headers only. We undefined it to minimize global namespace pollution.

hkaiser added a commit that referenced this pull request Jul 8, 2014
Adding all_of, any_of, and none_of and corresponding documentation
@hkaiser hkaiser merged commit 49a4234 into master Jul 8, 2014
@hkaiser hkaiser deleted the n8071 branch July 8, 2014 17:51
@hkaiser hkaiser mentioned this pull request Aug 2, 2014
47 tasks
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