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 some MSVC barrel shift warnings #34

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

stephenswat
Copy link
Member

MSVC doesn't like when you shift an integer of type $A$ with an integer of type $B$, which I guess is fair.

@stephenswat stephenswat added bug Something isn't working core Issues and changes related to the core library labels Nov 7, 2024
MSVC doesn't like when you shift an integer of type $A$ with an integer
of type $B$, which I guess is fair.
@stephenswat stephenswat merged commit 1defa81 into acts-project:main Nov 7, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Issues and changes related to the core library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant