mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-11 17:00:34 +00:00
committed by
Wenzel Jakob
parent
307ea6b7fd
commit
bdbe8d0bde
@@ -46,8 +46,8 @@
|
||||
|
||||
// Compiler version assertions
|
||||
#if defined(__INTEL_COMPILER)
|
||||
# if __INTEL_COMPILER < 1500
|
||||
# error pybind11 requires Intel C++ compiler v15 or newer
|
||||
# if __INTEL_COMPILER < 1700
|
||||
# error pybind11 requires Intel C++ compiler v17 or newer
|
||||
# endif
|
||||
#elif defined(__clang__) && !defined(__apple_build_version__)
|
||||
# if __clang_major__ < 3 || (__clang_major__ == 3 && __clang_minor__ < 3)
|
||||
|
||||
Reference in New Issue
Block a user