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 ambiguous variant use #2485

Merged
merged 1 commit into from
Jan 12, 2022
Merged

Fix ambiguous variant use #2485

merged 1 commit into from
Jan 12, 2022

Conversation

bendudson
Copy link
Contributor

Should use bout::utils::visit, rather than std::visit.

Without this fix an compiler error occurs with GCC 11.1.0

@bendudson bendudson added bugfix small-change Changes less than 100 lines - should be quick to review labels Jan 12, 2022
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Should use bout::utils::visit, rather than std::visit.
Without this fix an compiler error occurs with GCC 11.1.0
@ZedThree
Copy link
Member

Ah, fixed in master but not in next!

@ZedThree ZedThree merged commit 3fe9543 into next Jan 12, 2022
@ZedThree ZedThree deleted the next-variant-fix branch January 12, 2022 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix small-change Changes less than 100 lines - should be quick to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants