This is an archive of the discontinued LLVM Phabricator instance.

[Support] Don't use std::iterator, it's deprecated in C++17
ClosedPublic

Authored by zturner on Jun 14 2017, 2:35 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner created this revision.Jun 14 2017, 2:35 PM
chandlerc accepted this revision.Jun 22 2017, 2:39 PM

LGTM, but please update description when committing to explain that you're also leveraging the facade to flesh out the iterator operations and removing the now unecessary manual implementations.

This revision is now accepted and ready to land.Jun 22 2017, 2:39 PM
This revision was automatically updated to reflect the committed changes.