
8 May
2005
8 May
'05
12:18 a.m.
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