On 30 Sep 2009, at 20:15, Simon Hollier wrote:

> I don't think there's an STL function, but there is
> boost::to_lower(str) or even something like:
>
> for (unsigned i=0; i < str.length(); ++i) {
>    str[i] = tolower(str[i]);
>  }

I already chatted to Tim about this, I'm going to switch to the boost  
version.

tolower/toupper() worry me.



------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to