-
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
Remove deprecated std::iterator from MagneticField/Interpolation/src/bstream_iterator.h #43044
Conversation
resolves #43009 |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43044/37234
|
A new Pull Request was created by @jfernan2 for master. It involves the following packages:
@cmsbuild, @jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-211bde/35233/summary.html Comparison SummarySummary:
|
I realize now that this file is not used/referenced anywhere in CMSSW, so it may be deprecated since scram b and usual tests do not complain of its absence. So we think this file may be safely removed |
The changes look correct, but ...
... I agree the file looks unused, and I agree it could be removed. Thanks! |
Not used in cmssw
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43044/37241
|
Pull request #43044 was updated. @mandrenguyen, @jfernan2 can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-211bde/35243/summary.html Comparison SummarySummary:
|
+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. @antoniovilela, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Addressing issue #43009
This PR removes the C++17 deprecated std::iterator in MagneticField/Interpolation/src/bstream_iterator.h in favor of the explicit declaration of the five iterator traits, as suggested by the link posted in the original issue.
@makortel I would appreciate your feedback on whether this is the correct approach/solution to the issue.
PR validation:
Code compiles.
Completed successfully the tests from scram b runtests
Backport:
Not a backport, no backport needed