5 Mar
2006
5 Mar
'06
12:10 p.m.
Hi, Does Boost contain a (string) compare function that returns -1 if a < b, 0 if a == b and 1 if a > b? Doing both < and == sounds like a lot of extra work in for example sorting algorithms.