-
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
shared_ptr has arrived to the standard. NFC #27625
Conversation
The code-checks are being triggered in jenkins. |
We replace the CPP11_shared_ptr macro with its actual expansion to std::shared_ptr nowadays.
587d436
to
67cf71f
Compare
The code-checks are being triggered in jenkins. |
We replace the CPP11_shared_ptr macro with its actual expansion to std::shared_ptr nowadays. We replace the inclusion of <CPP11_shared_ptr.hh> with <memory> and order the includes from less generic to generic ones where applicable.
67cf71f
to
521a053
Compare
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27625/11110
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
I do not think it makes sense to apply what the bot proposed. |
@fabiocos - is it possible that clang-format has not been run on Alignment/Geners/interface/ArchiveRecord.hh? (which does not follow the right naming convention) |
never mind - I realize its easy to answer my own question - clang-format has indeed not been run on this file for some reason (perhaps its name). @vgvassilev - the patch is basically orthogonal to your work, its just that you touched a file that eluded the clang-format migration |
@davidlange6 , code-format was not run on this file as this file is not used by any thing. @vgvassilev I would suggest to just drop this file. |
Done. |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27625/11277
|
please test |
The tests are being triggered in jenkins. |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
+1 @santocch the PR looks ok to me, please have a look |
merge |
+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 be automatically merged. |
We replace the CPP11_shared_ptr macro with its actual expansion to
std::shared_ptr nowadays.
We replace the inclusion of <CPP11_shared_ptr.hh> with and order
the includes from less generic to generic ones where applicable.
Depends on: #27626
cc @davidlange6