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

Avoid mutating enum constant in C++ constructor #267

Merged
merged 2 commits into from
Jul 10, 2024
Merged

Avoid mutating enum constant in C++ constructor #267

merged 2 commits into from
Jul 10, 2024

Conversation

afd
Copy link
Member

@afd afd commented Jul 10, 2024

Works around a special cases where mutating an enum constant that occurs in a C++ constructor can lead to ambiguity when used in a conditional expression.

Fixes #264.

afd added 2 commits July 10, 2024 23:16
Works around a special cases where mutating an enum constant that
occurs in a C++ constructor can lead to ambiguity when used in a
conditional expression.

Fixes #264.
@afd afd merged commit 654ea2d into main Jul 10, 2024
9 checks passed
@afd afd deleted the issue-264 branch July 10, 2024 23:22
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.

Dredd mutation introduces ambiguity in conditional expression resultant type
1 participant