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

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 1 18:50:58 PDT 2016


zturner added a comment.

This should address Chandler's concern.  I had to fix the `declval` in the definition of `iterator` to allow modification of rvalues.


https://reviews.llvm.org/D25124





More information about the llvm-commits mailing list