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

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 10:30:18 PDT 2016


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

Sigh...  Dependent base class rule.  Had to make this really ugly by typedefing the base so I could explicitly pull in `value_type`


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.73506.patch
Type: text/x-patch
Size: 9266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161004/01ceafad/attachment.bin>


More information about the llvm-commits mailing list