7 Oct
2007
7 Oct
'07
3:46 p.m.
Hi, Boris wrote:
On Sun, 07 Oct 2007 15:02:21 +0300, Pavol Droba
wrote: is_iless works with characters, not strings. So you cannot use it to compare std::string keys.
Thanks for your reply! Is there anything else in the string algorithm library I could use? Otherwise I have to create my own comparison predicate which isn't really application-specific though (that's why I had thought to find it in a general purpose library like Boost).
There is nothing that you can use directly for this purpose in the string_algo library now. Regards, Pavol.