Hello, everyone,
For QtCreator builds using Windows ICC got error:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(1479): internal error: access violation : public _Get_function_impl<_Fty>::type ^ compilation aborted for botan_all.i (code 4)
which relate to Change #215783. A test case to reproduce error added in attachment.
Reproduced for:
- builds using Windows ICC,
not reproduced for:
- builds using mingw-w64 and MSVC.
Environment:
- Windows 10 x64,
- ICC 2018 Update 3,
- MSVC 2017 15.8,
- mingw-w64 x86_64 8.1.0,
- Windows SDK 10.0.17134.12,
- Qt5-dev-6077565b3ec70c1fb334801543b0894914cb0e06,
- QtCreator-dev-957035155dcb5aaaca9b0d0db56431899dabfe98.
Best,
Alexander