We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
defined(__INTEL_COMPILER)
1 parent 7fb89ca commit 738b7ecCopy full SHA for 738b7ec
include/pybind11/conduit/pybind11_platform_abi_id.h
@@ -23,7 +23,7 @@
23
# define PYBIND11_COMPILER_TYPE "gcc_cygwin"
24
# elif defined(_MSC_VER)
25
# define PYBIND11_COMPILER_TYPE "msvc"
26
-# elif defined(__INTEL_COMPILER) || defined(__clang__) || defined(__GNUC__)
+# elif defined(__clang__) || defined(__GNUC__)
27
# define PYBIND11_COMPILER_TYPE "system" // Assumed compatible with system compiler.
28
# else
29
# error "Unknown PYBIND11_COMPILER_TYPE: PLEASE REVISE THIS CODE."
0 commit comments