[ADT] Make the iterator adaptor utility a touch more general by
requiring full control over the various parameters to the std::iterator concept / trait thing. This is a precursor for adjusting these things to where you can write a bidirectional iterator wrapping a random access iterator with custom increment and decrement logic. llvm-svn: 207487
Loading
Please sign in to comment