Skip to content
Snippets Groups Projects
Commit f7adfb5c authored by Jonas Rembser's avatar Jonas Rembser
Browse files

[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.
parent d2e8a1cb
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment