-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[ROOT6_X] Fix deprecated-literal-operator warning #49154
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
Conversation
|
please test for CMSSW_16_0_ROOT6_X/el8_aarch64_gcc13 |
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49154/46443 |
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test for CMSSW_16_0_ROOT6_X |
|
-1 Failed Tests: HeaderConsistency The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: |
|
-1 Failed Tests: HeaderConsistency The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-43b94f/48670/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
|
Additional PRs are not directly related, they are to fix HeaderConsistency errors. |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-43b94f/48681/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: |
|
type bug-fix |
|
+1 |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @ftenchini, @sextonkennedy, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
|
please test lets run tests for default/production IB too |
|
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
|
+1 |
PR description:
In CMSSW_16_0_ROOT6_X_2025-10-13-1600, gcc emits a warning of type
deprecated-literal-operator:warning: identifier '<identifier>' preceded by whitespace in a literal operator declaration is deprecated.In older C++ standards, both of these were valid:
But starting with C++23, the spaced form (
operator"" _pi) is deprecated — the standard now prefers the no-space form.PR validation:
Bot tests