Commit f7adfb5
committed
[RF] Implement move constructor/assignment operator of RooLinkedListIter
Setting the move constructor and move assignment operator to = default
causes linker errors because the copy assignment operator is not
implemented in the TIterator base class.
Having the RooLinkedListIter move constructor and assignment operators
work is important to keep user code compatibility.1 parent d2e8a1c commit f7adfb5
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | 213 | | |
215 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
216 | 225 | | |
217 | 226 | | |
218 | 227 | | |
| |||
0 commit comments