This is an archive of the discontinued LLVM Phabricator instance.

Remove deprecated std::iterator (In Progress)
AbandonedPublic

Authored by mjp41 on Jul 16 2020, 3:55 AM.

Details

Summary

In C++17 std::iterator is deprecated, this removes the use.

Diff Detail

Event Timeline

mjp41 created this revision.Jul 16 2020, 3:55 AM
mjp41 retitled this revision from Remove deprecated std::iterator to Remove deprecated std::iterator (In Progress).Jul 16 2020, 6:33 AM
mjp41 added a comment.Jul 16 2020, 6:35 AM

I have realised there are lots of instances of this. Changing all ~50 is mechanical, but a larger change than I was expecting.

mjp41 abandoned this revision.Jul 16 2020, 7:46 AM

This is more work that I anticipated. I will revisit if I get more time.