-
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][DQM] Remove deprecated enum arithmetic #44487
Conversation
cms-bot internal usage |
please test for CMSSW_14_1_CPP20_X |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44487/39576
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@rvenditti, @nothingface0, @tjavaid, @antoniovagnerini, @syuvivida can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
PR description:
Some arithmetic and logic operations on enums are deprecated in C++20. This PR aims to fix these.
PR validation:
Bot tests.