$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Boris (boriss_at_[hidden])
Date: 2007-10-07 08:33:39
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).
Boris
> [...]