llvm/include
Zachary Turner f33ec6fb18 [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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306230 91177308-0d34-0410-b5e6-96231b3b80d8
2017-06-25 00:00:08 +00:00
..
llvm [Support] Don't use std::iterator, it's deprecated in C++17. 2017-06-25 00:00:08 +00:00
llvm-c [ORC] Re-apply r306166 and r306168 with fix for regression test. 2017-06-23 23:25:28 +00:00