On Sunday 18 August 2024 09:07:27 GMT-7 Thiago Macieira wrote:
> On Saturday 17 August 2024 22:13:44 GMT-7 Thiago Macieira wrote:
> > I'm running it through the CI now to see if there's anything I
> > missed and if QNX and INTEGRITY will join us or if they will keep the old
> > moc- generated content. I will not spend any time at all trying to
> > understand problems exclusive to them.
> 
> And we have a winner! One of the QNX builds is running with libc++ 3.9, from
> late 2016. Its std::array is missing a bunch of constexpr.
> 
> Does anyone want to try and fix this? Or should I just start adding #if to
> the code against such old versions and let QNX retain the old metaobject
> output?

I replaced the use of std::array with plain arrays. It's now passed with a 
full precheck, even on INTEGRITY. Please review the series.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Principal Engineer - Intel DCAI Platform & System Engineering

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to