-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Replace CPP11_auto_ptr with std::unique_ptr #43444
Conversation
…ned as std::unique_ptr)
please test |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43444/37988 ERROR: Build errors found during clang-tidy run.
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43444/37989
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
d489257
to
3d5c5ef
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43444/37990
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@saumyaphor4252, @consuegs, @cmsbuild, @perrotta, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test
|
-1 Failed Tests: RelVals RelVals-INPUT AddOn RelVals
Expand to see more relval errors ...
RelVals-INPUT
Expand to see more relval errors ...AddOn Tests
Expand to see more addon errors ... |
please test with cms-sw/cmsdist#8847 |
please test new IB is available |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e092b4/36207/summary.html Comparison SummarySummary:
|
+alca
|
+analysis |
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. @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This is part of a campaign to remove std::auto_ptr.
CPP11_auto_ptr was #defined as std::unique_ptr in Alignment/Geners/interface/CPP11_auto_ptr.hh, so the change is completely transparent
PR validation:
Bot tests, no changes are expected.