[ntuple][ATLAS experiment] Make RNTupleDescriptor RIterators usable…#22285
Open
rybkine wants to merge 3 commits into
Open
[ntuple][ATLAS experiment] Make RNTupleDescriptor RIterators usable…#22285rybkine wants to merge 3 commits into
RIterators usable…#22285rybkine wants to merge 3 commits into
Conversation
… with STL algorithms tree/ntuple/inc/ROOT/RNTupleDescriptor.hxx: ensure that the following iterators RNTupleDescriptor::RFieldDescriptorIterable::RIterator, RNTupleDescriptor::RClusterDescriptorIterable::RIterator, RNTupleDescriptor::RColumnDescriptorIterable::RIterator, RNTupleDescriptor::RColumnRangeIterable::RIterator, RNTupleDescriptor::RClusterGroupDescriptorIterable::RIterator DefaultConstructible, RNTupleDescriptor::RExtraTypeInfoDescriptorIterable::RIterator, Experimental::RNTupleAttrSetDescriptorIterable::RIterator meet the requirements of Cpp17ForwardIterator or LegacyForwardIterator in the terminology of en.cppreference.com site
Test Results 22 files 22 suites 3d 17h 8m 1s ⏱️ For more details on these failures, see this check. Results for commit ccfb7a0. |
added 2 commits
May 14, 2026 21:37
…criptor `RIterator`s tree/ntuple/inc/ROOT/RNTupleDescriptor.hxx: make the iterator default constructor explicitly-defaulted
…RNTupleFromTTreeTest class tree/dataframe/test/dataframe_snapshot_ntuple.cxx: extend the field iterable lifetime while its iterator is in use by an algorithm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… with STL algorithms
tree/ntuple/inc/ROOT/RNTupleDescriptor.hxx: ensure that the following iterators RNTupleDescriptor::RFieldDescriptorIterable::RIterator, RNTupleDescriptor::RClusterDescriptorIterable::RIterator, RNTupleDescriptor::RColumnDescriptorIterable::RIterator, RNTupleDescriptor::RColumnRangeIterable::RIterator, RNTupleDescriptor::RClusterGroupDescriptorIterable::RIterator DefaultConstructible, RNTupleDescriptor::RExtraTypeInfoDescriptorIterable::RIterator, Experimental::RNTupleAttrSetDescriptorIterable::RIterator meet the requirements of Cpp17ForwardIterator or LegacyForwardIterator in the terminology of en.cppreference.com site
This Pull request:
Changes or fixes:
Checklist:
This PR fixes #22284