> Are you sure of this. I know that the std::string in libstdc++ has > gotten quite a bit of performance tweaks lately. > (gcc 3.4.x and 4.x)
So they finally play catch up with Qt. Nice :) Even then, it's essentially just a dumb container. You'd expect something more of a useful string implementation. Afaik std::string doesn't have from8BitLocal(), fromUcs(), etc. Cheers, Kuba Ober