I've just discovered another side-effect of this change. I've integrated
the qdoc.exe in a custom toolchain for internal use, and it should be able
to run in environments without any Qt installations. So I used to do the
windeployqt.exe on it, and it always worked until 5.14. Now windeployqt
says t
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
On Mon, 13 Jan 2020 at 09:20, Olivier Goffart wrote:
> > Note how our requirement of C++17 does not extend to the Standard Library.
> >
> > Or we declare that is required and boot this compiler from the CI
> > too. I don't care which is preferred.
> >
> > Third option is to upgrade the compiler f