Re: [Development] C++20 comparisons @ Qt (was: Re: C++20 @ Qt)

2023-11-10 Thread Thiago Macieira
On Friday, 10 November 2023 00:11:11 PST Marc Mutz via Development wrote: > On 09.11.23 16:28, Thiago Macieira wrote: > > But if the symbols are globally visible (ELF visibility STV_DEFAULT) > > That counts as "exported", doesn't it? Yes. > Which leaves us with: > - MSVC doesn't export anything

[Development] [Announce] Qt Creator 12 RC released

2023-11-10 Thread List for announcements regarding Qt releases and development via Announce via Development
We are happy to announce the release of Qt Creator 12 RC! https://www.qt.io/blog/qt-creator-12-rc-released -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Str. 10 12489 Berlin, Germany eike.zil...@qt.io https://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Jouni

Re: [Development] C++20 comparisons @ Qt (was: Re: C++20 @ Qt)

2023-11-10 Thread Marc Mutz via Development
On 09.11.23 16:28, Thiago Macieira wrote: > But if the symbols are globally visible (ELF visibility STV_DEFAULT) That counts as "exported", doesn't it? Which leaves us with: - MSVC doesn't export anything by default; inline functions are, however, exported when the surrounding class is wholly