Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
#6224, fold algorithms #6255
base: master
Are you sure you want to change the base?
#6224, fold algorithms #6255
Changes from 2 commits
e9d0be6
6bcc03f
7bbd465
0011e7c
68ddc70
eb4cd7e
6ec4f4c
f0ebc37
5d289f4
9a93cd1
2f9efe8
f08d599
3928743
f2a7f4a
e3a89ca
c6a229d
f6e22c7
9b0c65a
c7b7fa2
d833bff
9b2ba13
3a7ef64
29304b6
22e045f
b257f40
177ec74
80ce830
cd8bfa4
301630c
dbde51b
8820151
be6f45a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do already have a list of similar types defined here: https://github.com/STEllAR-GROUP/hpx/blob/master/libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://en.cppreference.com/w/cpp/algorithm/ranges/fold_left_with_iter
The examples here seem to suggest that the member variables are to be named as
in
andvalue
https://en.cppreference.com/w/cpp/algorithm/ranges/return_types/in_value_result#Notes
also mentions that