commit | 1e774a86d3693b6250e53bf67d3d30b07dddf7b2 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Wed Apr 03 14:26:18 2024 -0400 |
committer | Brad King <brad.king@kitware.com> | Thu Apr 04 16:48:46 2024 -0400 |
tree | 89f10e78939e026de535ba506735215207f27c68 | |
parent | b9d4db7098898dbaf9dd29f0fbcc166af0e5154e [diff] |
Intel: Fix detection of C++ 17/20 modes on Windows The Intel Classic C++ compiler for Windows does not always define `_MSVC_LANG` correctly, but does define feature macros that we can use to distinguish these modes.