STL and the Strict Weak Ordering

When people write so called generic algorithms out there online, a lot of the the so-called generic fuctions uses more than one relational operator to order a sequence; This introduces unecessary strain on the clients of such code or makes some poor assumptions about the datatype we want to use.

Written on July 16, 2017
Read More