Simplify make_range by using move semantics
Move the iterators into the range the same way the range's ctor moves them into the members. Also remove some redundant top level parens in the return statement. llvm-svn: 205993
Loading
Please sign in to comment