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

Fixes compilation error when using functors with containers #251

Closed

Conversation

steiltre
Copy link
Collaborator

Passes wrapped visitor functions to wrapper lambdas by reference in ygm::container::detail::base_async_visit and related classes. Passing a copy of visitor functions prevents functors from being usable in async_visit-type operations.

…gm::container::detail::base_async_visit and related classes. Passing a copy of visitor functions prevents functors from being usable in async_visit-type operations.
@steiltre
Copy link
Collaborator Author

steiltre commented Sep 1, 2024

Closing this PR. Correct solution is given in PR 255

@steiltre steiltre closed this Sep 1, 2024
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.

1 participant