[Support] Don't use std::iterator, it's deprecated in C++17.
In converting this over to iterator_facade_base, some member operators and methods are no longer needed since iterator_facade implements them in the base class using CRTP. Differential Revision: https://reviews.llvm.org/D34223 llvm-svn: 306230
Loading
Please sign in to comment