Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
headersclean: Compile with -std=c++latest, -Zc:__cplusplus on MSVC
c++latest does check that our headers also work with upcoming C++20 support in MSVC. It also implicitly sets -permissive-, which checks for stricter standards compliance. Task-number: QTBUG-91117 Change-Id: Iaf1547191969213d570a1b2f59888ad04a7977ab Reviewed-by: Joerg Bornemann <[email protected]> (cherry picked from commit b58ca06) Reviewed-by: Qt Cherry-pick Bot <[email protected]>