On 09/11/2011 10:51 AM, Kinkie wrote: > Hi, > The attached patch defines an operator < for SquidString, so that it > has a default which can be used with sorted std::containers.
Looks good to me, especially if you add spaces around "<" in "return a.cmp(b)<0;" Disclaimer: I have not checked whether SquidString is a good candidate for use in STL containers. I have my doubts though. Thank you, Alex.
