IntelLLVM: Avoid unnecessary -Qstd=c++11 flag on Windows

The IntelLLVM compiler, for compatibility with MSVC on Windows, always runs with support for at least C++14. The -Qstd=c++11 flag just causes a warning that it is unused.

Fixes: #24316 (closed)
Backport: release

Merge request reports

Loading