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

Adapting hpx::find and friends to C++20 #4885

Merged
merged 1 commit into from
Aug 13, 2020
Merged

Adapting hpx::find and friends to C++20 #4885

merged 1 commit into from
Aug 13, 2020

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Aug 6, 2020

This adds compatibility to C++20 for

  • find find_if find_if_not
  • find_end find_first_of

This also adds range based overloads for those algorithms

  • find find_if find_if_not
  • find_end find_first_of

This also adds constexpr to a couple of facilities (as a flyby).

@hkaiser
Copy link
Member Author

hkaiser commented Aug 12, 2020

This is ready for review now.

@hkaiser hkaiser added this to the 1.5.0 milestone Aug 12, 2020
msimberg
msimberg previously approved these changes Aug 13, 2020
Copy link
Contributor

@msimberg msimberg left a comment

Choose a reason for hiding this comment

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

Thanks!

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.

2 participants