Skip to content
Commit bdd9b3ca authored by David Blaikie's avatar David Blaikie
Browse files

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
parent 166121ad
Loading
Loading
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