$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Kaeppler (nospam_at_[hidden])
Date: 2005-07-17 04:30:41
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