Port to std::sort
ClosedPublic

Authored by nicolasfella on Dec 1 2019, 11:40 PM.

Details

Reviewers
apol
Group Reviewers
Plasma
Commits
R122:2a9997672cac: Port to std::sort
Summary

qsort is deprecated

Diff Detail

Repository
R122 Powerdevil
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nicolasfella created this revision.Dec 1 2019, 11:40 PM
Restricted Application added a project: Plasma. · View Herald TranscriptDec 1 2019, 11:40 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
nicolasfella requested review of this revision.Dec 1 2019, 11:40 PM
apol accepted this revision.Dec 2 2019, 3:19 AM
This revision is now accepted and ready to land.Dec 2 2019, 3:19 AM

Does this not need an #include <algorithm>?

  • include algorithm
This revision was automatically updated to reflect the committed changes.