mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 14:45:12 +00:00
Wrong msvc version
This commit is contained in:
parent
ad9d574c85
commit
2bf156abf3
@ -50,7 +50,7 @@
|
|||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
// Pybind hits various compiler bugs in 2015u2 and earlier, and also makes use of some stl features
|
// Pybind hits various compiler bugs in 2015u2 and earlier, and also makes use of some stl features
|
||||||
// (e.g. std::negation) added in 2015u3:
|
// (e.g. std::negation) added in 2015u3:
|
||||||
# if _MSC_FULL_VER < 190024213
|
# if _MSC_FULL_VER < 190024210
|
||||||
# error pybind11 requires MSVC 2015 update 3 or newer
|
# error pybind11 requires MSVC 2015 update 3 or newer
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user