📅  最后修改于: 2022-03-11 14:44:48.301000             🧑  作者: Mango
#include
// Or, for fewer header dependencies:
//#include
std::string str1 = "hello, world!";
std::string str2 = "HELLO, WORLD!";
if (boost::iequals(str1, str2))
{
// Strings are identical
}