[Interest] Is _GLIBCXX_USE_CXX11_ABI=0 defined in pre-build versions of Qt?

Konstantin Tokarev annulen at yandex.ru
Thu Jun 22 14:36:17 CEST 2017



22.06.2017, 15:25, "Jean-Michaël Celerier" <jeanmichael.celerier at gmail.com>:
> On Thu, Jun 22, 2017 at 1:36 PM, Sérgio Martins <iamsergio at gmail.com> wrote:
>
>> I don't think Qt uses _GLIBCXX_USE_CXX11_ABI=0. It shouldn't even
>> care, since Qt doesn't use std:: in it's ABI.
> Hmm I think that it does : for instance QString::toStdString, QVector::toStdVector, etc...

Inline methods are fine because they are compiled with the same C++ ABI as used in the application

> ,
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest


-- 
Regards,
Konstantin



More information about the Interest mailing list