[PATCH] D25124: Support rvalue references in enumerate range adapter.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 09:24:48 PDT 2016


zturner updated this revision to Diff 73494.
zturner added a comment.

Fixed the superfluous `std::move`.  Will wait to see your comments on the `iterator_traits` before changing the definition of `ValueOfRange`.


https://reviews.llvm.org/D25124

Files:
  include/llvm/ADT/STLExtras.h
  unittests/ADT/STLExtrasTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25124.73494.patch
Type: text/x-patch
Size: 8924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161004/7234f7cb/attachment.bin>


More information about the llvm-commits mailing list