-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[CPP20][L1,UPGRADE] Remove deprecated enum arithmetic #44489
Conversation
please test for CMSSW_14_1_CPP20_X |
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44489/39578
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@subirsarkar, @srimanob, @epalencia, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test for CMSSW_14_1_CPP20_X |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44489/39597
|
Pull request #44489 was updated. @srimanob, @epalencia, @subirsarkar, @aloeliger can you please check and sign again. |
Arithmetic with enums is a sign that maybe the |
Pull request has been put on hold by @iarspider |
PR description:
Some arithmetic and logic operations on enums are deprecated in C++20. This PR aims to fix these.
PR validation:
Bot tests.