Skip to content

Commit 197c850

Browse files
enirolfdpiparo
authored andcommitted
[ntuple] Change processor iterator tag
See commit e5fba74 for the "why".
1 parent b63e0ae commit 197c850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/ntuple/inc/ROOT/RNTupleProcessor.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ public:
433433
ROOT::NTupleSize_t fCurrentEntryNumber;
434434

435435
public:
436-
using iterator_category = std::forward_iterator_tag;
436+
using iterator_category = std::input_iterator_tag;
437437
using iterator = RIterator;
438438
using value_type = ROOT::NTupleSize_t;
439439
using difference_type = std::ptrdiff_t;

0 commit comments

Comments
 (0)