> On 12 Aug 2019, at 22:17, Thiago Macieira <[email protected]> wrote: > >> On Monday, 12 August 2019 00:17:58 PDT Lars Knoll wrote: >> As mentioned in my blog, it would be good to move forward with the C++ >> version we use for Qt 6 and ideally move it to C++17. > > Someone with iOS knowledge please address the C++17 issue reported on the > interest list and provide a conclusion for us here.
We already require iOS 11 in 5.12, so that was a 5.9 issue only. - Tor Arne > > TL;DR: > items/qquickshadereffect.cpp:511:20: error: aligned allocation function > of type > 'void *(unsigned long, enum std::align_val_t)' is only available > on iOS 11 or newer > > The problem goes away compiling under C++14. Is it reasonable to require iOS > 11 by the end of 2020? > -- > 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 _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
