-
Notifications
You must be signed in to change notification settings - Fork 1.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
[RF] Use range-based loops for RooLinkedList #9177
Conversation
Starting build on |
Build failed on ROOT-ubuntu2004/soversion. |
Build failed on mac11.0/cxx17. Failing tests: |
This is a followup to commit 2f7936a, using range-based loops or at least the `begin()` and `end()` member functions for RooLinkedLists everywhere in RooFit.
47ed9ee
to
23e63e3
Compare
Starting build on |
Build failed on mac1015/python3. Errors:
|
Build failed on ROOT-performance-centos8-multicore/default. Warnings:
|
23e63e3
to
974519f
Compare
Starting build on |
Build failed on mac1015/python3. Failing tests: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This is a followup to commit 2f7936a, using range-based loops or at
least the
begin()
andend()
member functions for RooLinkedListseverywhere in RooFit/RooStats.
This is not an important update but just a small technical change, which I found in some of my older development branches but forgot to open a PR so far.