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
Activity
changed milestone to %3.25.2
added comp:intel-llvm os:windows workflow:in-review labels
assigned to @brad.king
Cc: @williamr
mentioned in issue #24316 (closed)
mentioned in merge request !8064 (merged)
added workflow:nightly-testing label and removed workflow:in-review label
Cc: @Harini
mentioned in commit 45da44cc
mentioned in commit 1efb3c58
removed workflow:nightly-testing label
Please register or sign in to reply