This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix deprecation warning for using std::iterator
ClosedPublic

Authored by thakis on Sep 28 2022, 5:19 PM.

Details

Summary

std::iterator was deprecated in C++17.

No behavior change.

Diff Detail

Event Timeline

thakis created this revision.Sep 28 2022, 5:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2022, 5:19 PM
thakis requested review of this revision.Sep 28 2022, 5:19 PM
thakis edited the summary of this revision. (Show Details)Sep 28 2022, 5:26 PM
labath accepted this revision.Sep 28 2022, 11:51 PM
This revision is now accepted and ready to land.Sep 28 2022, 11:51 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2022, 7:19 AM