We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123b829 commit f12191aCopy full SHA for f12191a
include/pybind11/detail/common.h
@@ -23,11 +23,6 @@
23
# define PYBIND11_PRAGMA(...) __pragma(__VA_ARGS__)
24
# define PYBIND11_WARNING_PUSH PYBIND11_PRAGMA(warning(push))
25
# define PYBIND11_WARNING_POP PYBIND11_PRAGMA(warning(pop))
26
-#elif defined(__NVCC__)
27
-# define PYBIND11_COMPILER_NVCC
28
-# define PYBIND11_PRAGMA(...) _Pragma(# __VA_ARGS__)
29
-# define PYBIND11_WARNING_PUSH PYBIND11_PRAGMA(nv_diagnostic push)
30
-# define PYBIND11_WARNING_POP PYBIND11_PRAGMA(nv_diagnostic pop)
31
#elif defined(__INTEL_COMPILER)
32
# define PYBIND11_COMPILER_INTEL
33
# define PYBIND11_PRAGMA(...) _Pragma(# __VA_ARGS__)
0 commit comments