Use non-const iterators
ClosedPublic

Authored by mart on Apr 2 2020, 8:10 AM.

Details

Summary

on some GCC (here 7.5.0) it complains when one tries to reassign an
iterator that was obtained via const_find, using find() using a
mutable iterator makes it build fine

Test Plan

Builds, behavior not changed

Diff Detail

Repository
R111 KSysguard Library
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mart created this revision.Apr 2 2020, 8:10 AM
Restricted Application added a project: Plasma. · View Herald TranscriptApr 2 2020, 8:10 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
mart requested review of this revision.Apr 2 2020, 8:10 AM
davidedmundson accepted this revision.Apr 2 2020, 8:14 AM
This revision is now accepted and ready to land.Apr 2 2020, 8:14 AM
This revision was automatically updated to reflect the committed changes.