IntervalIterator: Add move semantics rather than relying on broken implicit...
IntervalIterator: Add move semantics rather than relying on broken implicit copy ctor (found with -Wdeprecated) We were just getting lucky because the copy ctor would be elided by RVO. llvm-svn: 232297
Loading
Please register or sign in to comment