On Sunday, 12 January 2020 23:18:40 PST Olivier Goffart wrote: > Well it might, since this patch forces the use of C++17 everywhere, > regardless of the configure test. which i believe is the problem.
There's a reason we wrote the test like that. It was specific to make iOS detect C++17 as absent, so we wouldn't try to use the aligning operator new. The reason for my failure is that the Standard Library is not as new as the compiler itself. We do not have C++17 standard library. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
