> There is a bug in the Toupper example code
> 'http://gcc.gnu.org/onlinedocs/libstdc++/22_locale/howto.html'. In it,
> when constructing Toupper (in main***), the 'std::local("C")' is
> destructed immediately after the 'up' is constructed causing
> 'up::loc' reference to be invalid when std::transform is called. (dito
> Tolower..)
Fixed, thanks.