We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_MSC_FULL_VER
_MSC_VER
1 parent c5a37d1 commit d715b50Copy full SHA for d715b50
include/pybind11/detail/descr.h
@@ -47,7 +47,7 @@ PYBIND11_NAMESPACE_BEGIN(detail)
47
&& !defined(__INTEL_COMPILER) \
48
&& (!defined(_MSC_VER) \
49
|| (_MSC_VER >= 1920 /* MSVC 2019 or newer */ \
50
- && (_MSC_VER != 193732825 || defined(PYBIND11_CPP20))))
+ && (_MSC_FULL_VER != 193732825 || defined(PYBIND11_CPP20))))
51
# define PYBIND11_ENABLE_TYPE_CASTER_ODR_GUARD
52
#endif
53
0 commit comments