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

fix typo in multi_iterator_coupled #592

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lnw
Copy link
Contributor

@lnw lnw commented Nov 9, 2024

In multi_iterator_coupled.hxx clang19 emits an error "expression is not assignable" for the expression "--this". This is clearly a typo, the intended expression was "--*this". However a more modern version is to use std::advance.

Fixes #591 .

@lnw
Copy link
Contributor Author

lnw commented Nov 9, 2024

I see that the checks have failed, however, I am convinced that has nothing to do with the change, but is random or infrastructure.

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

Successfully merging this pull request may close these issues.

Fails to build with Clang 19.1.x
1 participant