Christoph Gysin wrote:
I'm sorry but why wouldn't you use std::string::compare() ?
    

Please enlighten me how to do case insensitive string comparison with
std::string::compare().
  
boost::iequals(std::string s1, std::string s2)

Patrick