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

SPMV(merge): implicit by-copy capture of "this" is deprecated #2051

Open
romintomasetti opened this issue Nov 29, 2023 · 1 comment
Open
Assignees

Comments

@romintomasetti
Copy link

romintomasetti commented Nov 29, 2023

This line

[=](const A_ordinal_type& i) {

generates the error:

the implicit by-copy capture of "this" is deprecated

because we have "treat warnings as errors".

@cwpearson cwpearson self-assigned this Dec 5, 2023
@cgcgcg
Copy link
Contributor

cgcgcg commented Feb 29, 2024

I'm also seeing this a lot in a Trilinos build with C++ 20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants