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.
1 parent 3e9dfa2 commit 38bf7b1Copy full SHA for 38bf7b1
include/pybind11/detail/internals.h
@@ -297,12 +297,9 @@ struct type_info {
297
#endif
298
299
/// On Linux/OSX, changes in __GXX_ABI_VERSION__ indicate ABI incompatibility.
300
-/// On MSVC, changes in _MSC_VER may indicate ABI incompatibility (#2898).
301
#ifndef PYBIND11_BUILD_ABI
302
# if defined(__GXX_ABI_VERSION)
303
# define PYBIND11_BUILD_ABI "_cxxabi" PYBIND11_TOSTRING(__GXX_ABI_VERSION)
304
-# elif defined(_MSC_VER)
305
-# define PYBIND11_BUILD_ABI "_mscver" PYBIND11_TOSTRING(_MSC_VER)
306
# else
307
# define PYBIND11_BUILD_ABI ""
308
# endif
0 commit comments