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

[17.3] Relaxing shift operator requirements #29272

Closed
Tracked by #30071
BillWagner opened this issue May 3, 2022 · 0 comments · Fixed by #29794
Closed
Tracked by #30071

[17.3] Relaxing shift operator requirements #29272

BillWagner opened this issue May 3, 2022 · 0 comments · Fixed by #29794
Assignees
Labels
🏁 Release: .NET 7 Work items for the .NET 7 release doc-enhancement Improve the current content [org][type][category] Pri1 High priority, do before Pri2 and Pri3 resolved-by-customer Indicates issues where the customer no longer needs any help. [org][resolution]

Comments

@BillWagner
Copy link
Member

The argument to a shift operator isn't constrained to be an int. It can now be one of the natural sized ints (among other types)

See the issue

See the feature spec

@PRMerger13 PRMerger13 added the Pri3 label May 3, 2022
@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label May 3, 2022
@BillWagner BillWagner self-assigned this May 4, 2022
@BillWagner BillWagner added doc-enhancement Improve the current content [org][type][category] Pri1 High priority, do before Pri2 and Pri3 🏁 Release: .NET 7 Work items for the .NET 7 release and removed ⌚ Not Triaged Not triaged Pri3 labels May 4, 2022
@dotnet-bot dotnet-bot added the resolved-by-customer Indicates issues where the customer no longer needs any help. [org][resolution] label Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏁 Release: .NET 7 Work items for the .NET 7 release doc-enhancement Improve the current content [org][type][category] Pri1 High priority, do before Pri2 and Pri3 resolved-by-customer Indicates issues where the customer no longer needs any help. [org][resolution]
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants