]> git.tdb.fi Git - libs/core.git/commitdiff
Use std::less as predicate in algorithms
authorMikko Rasa <tdb@tdb.fi>
Wed, 26 Oct 2022 08:52:12 +0000 (11:52 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 26 Oct 2022 08:52:12 +0000 (11:52 +0300)
It guarantees a consistent ordering of pointers, unlike the < operator.


No differences found