$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] compare strings??
From: Patrick Horgan (phorgan1_at_[hidden])
Date: 2009-12-02 15:01:23
boost::iequals(std::string s1, std::string s2)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().