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

[feature] tbb::combinable combine_each should offer a const overload. #957

Open
p-groarke opened this issue Nov 7, 2022 · 0 comments · May be fixed by #1189
Open

[feature] tbb::combinable combine_each should offer a const overload. #957

p-groarke opened this issue Nov 7, 2022 · 0 comments · May be fixed by #1189

Comments

@p-groarke
Copy link

The combine_each should likely offer a const overload, where one can accept a const T& (or copy) in one's callback.

void combine_each(CombineFunc f_combine) { my_ets.combine_each(f_combine); }

@Zak-K-Abdi Zak-K-Abdi linked a pull request Aug 29, 2023 that will close this issue
14 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 a pull request may close this issue.

2 participants