From: Mikko Rasa Date: Wed, 26 Oct 2022 08:52:12 +0000 (+0300) Subject: Use std::less as predicate in algorithms X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=01844ee2ba101c25655dd5eacf62ca9365f26f21;hp=01844ee2ba101c25655dd5eacf62ca9365f26f21;p=libs%2Fcore.git Use std::less as predicate in algorithms It guarantees a consistent ordering of pointers, unlike the < operator. ---