17 Jul
2005
17 Jul
'05
9:30 a.m.
Thore Karlsen wrote:
But is_iequal only tests for equality, it doesn't provide an ordering of the characters. He's looking for something like is_iless, which I think would be a nice addition too string_algo.
That's exactly what I mean. Calling lexicographical_compare with is_iequal as the predicate would return true if they are, well, equal. That's not what I need. I need an ordering predicate. -- Matthias Kaeppler