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

Lexicographical Compare completed #1354

Merged
merged 7 commits into from Jan 28, 2015
Merged

Lexicographical Compare completed #1354

merged 7 commits into from Jan 28, 2015

Conversation

Syntaf
Copy link
Member

@Syntaf Syntaf commented Jan 19, 2015

The algorithm should be ready to merge, documentation and tests pass.

@@ -38,6 +38,15 @@ namespace hpx { namespace parallel { HPX_INLINE_NAMESPACE(v1) { namespace detail
}
};

///////////////////////////////////////////////////////////////////////////
struct less_than
{
Copy link
Member

Choose a reason for hiding this comment

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

Could we call this less<> instead (to be the same as std::less<>)?

@hkaiser
Copy link
Member

hkaiser commented Jan 25, 2015

Please add the new algorithm to the documentation build system. This involves two steps:

@hkaiser hkaiser mentioned this pull request Jan 25, 2015
47 tasks
@hkaiser
Copy link
Member

hkaiser commented Jan 26, 2015

LGTM. Let's merge this.

hkaiser added a commit that referenced this pull request Jan 28, 2015
@hkaiser hkaiser merged commit 662e819 into master Jan 28, 2015
@hkaiser hkaiser deleted the lexicographical_compare branch January 28, 2015 14:03
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

2 participants