std::stable_sort requires !(a < a)

Authored by hindenburg on Apr 18 2019, 1:26 AM.

Description

std::stable_sort requires !(a < a)

The conversion to using stable_sort requires <= be changed to < to be
valid strict weak ordering (irreflexive requirements).

(cherry picked from commit b3ceeb044d2c1546f1445281dc22095a98fccd1b)

Details

Committed
hindenburgApr 18 2019, 1:37 AM
Parents
R319:eaab012b5c19: GIT_SILENT Upgrade KDE Applications version to 19.04.0.
Branches
Unknown
Tags
Unknown