[Development] Build Qt 5 with MinGW 4.7?

Thiago Macieira thiago.macieira at intel.com
Sun Aug 26 15:09:51 CEST 2012


On domingo, 26 de agosto de 2012 14.47.24, Olivier Goffart wrote:
> > That only applies if you use std::string.
> >
> > 
> >
> > So don't use std::string. Qt doesn't.
> 
> I'm not aware of any problem with std::string. I don't understand your 
> comment.  Using std::string should remain safe. 

libstdc++ used to implement std::string with reference counting and implicit 
sharing, like QString and QByteArray. C++11 does not allow that, so it has 
changed.

I have not verified this information, as I don't use nor care about 
std::string.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120826/7e8470c5/attachment.sig>


More information about the Development mailing list