$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-10-15 11:30:15
Jeff Garland wrote:
> std::string str1("HeLlO WoRld!");
> std::to_upper(str1); // str1=="HELLO WORLD!"
Opening the to_upper can of worms may not be a good idea. ;-)
std::string str1("weiÃ");
std::to_upper(str1); // str1=="WEISS"?