$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joe Gottman (jgottman_at_[hidden])
Date: 2005-05-07 19:18:42
I was looking at the string algorithms library, and I saw it had a
case-insensitive equals function, iequals, as well as a predicate class,
is_iequal. It would be nice if there were a case-insensitive less-than
function and predicate as well. This would facilitate case-insensitive
sorting, and set or maps which are sorted case-insensitively.
Joe Gottman