libstdc++-v3 HOWTO: Chapter 22

Benjamin Kosnik bkoz@redhat.com
Wed Jul 31 11:43:00 GMT 2002


> 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.



More information about the Libstdc++ mailing list