Testing for Standard Library features with compiler version macros was incorrect. This commit fixes that to check the correct macros. That fixes the use of Clang-cl / ICX because Microsoft STL doesn't have support for 128-bit integers (because Microsoft's compiler doesn't) but Clang does. Amends 104a0a9ecdb18d65e4d9075d87e8860c6c9d8335. Fixes: QTBUG-117870 Change-Id: I85599ea5ca7a4b79a8bbfffd178b9688e7c1bf42 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 19f54b901ffbc9108875dc0d7d91138bc9d1c1ed) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%