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

Remove the shift operand type requirement statement #42416

Merged

Conversation

BartoszKlonowski
Copy link
Contributor

@BartoszKlonowski BartoszKlonowski commented Sep 2, 2024

This pull request fixes #42311
It simply removes the outdated statement, as the further reading is correct regarding the latest standard.


Internal previews

📄 File 🔗 Preview link
docs/csharp/language-reference/operators/bitwise-and-shift-operators.md docs/csharp/language-reference/operators/bitwise-and-shift-operators

@dotnet-bot dotnet-bot added this to the September 2024 milestone Sep 2, 2024
@dotnet-policy-service dotnet-policy-service bot added okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. community-contribution Indicates PR is created by someone from the .NET community. labels Sep 2, 2024
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @BartoszKlonowski

This LGTM, and I'll :shipit: as soon as the build finishes.

@BillWagner BillWagner enabled auto-merge (squash) September 3, 2024 14:17
@BillWagner BillWagner merged commit 88dc3fe into dotnet:main Sep 3, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-csharp/svc lang-reference/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Relaxed shift operator requirements of C# 11 not in Shift count of the shift operators
3 participants