$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Pavol Droba (droba_at_[hidden])
Date: 2007-10-07 11:46:14
Hi,
Boris wrote:
> On Sun, 07 Oct 2007 15:02:21 +0300, Pavol Droba <droba_at_[hidden]> 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.