Commit 9c1932b
committed
[io] ROOT::Detail::TKeyMapIterable: return ref in operator++()
Also make the iterator an input_iterator rather than forward_iterator,
since it does not satisfy all forward iterator requirements (in particular
"f i and j are both dereferenceable, then i == j if and only if *i and
*j are bound to the same object.")1 parent b556baf commit 9c1932b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments