File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 12
12
#define PYBIND11_PLATFORM_ABI_ID_STRINGIFY (x ) #x
13
13
#define PYBIND11_PLATFORM_ABI_ID_TOSTRING (x ) PYBIND11_PLATFORM_ABI_ID_STRINGIFY(x)
14
14
15
- // On MSVC, debug and release builds are not ABI-compatible!
16
- #if defined(_MSC_VER ) && defined(_DEBUG )
17
- # define PYBIND11_BUILD_TYPE "_debug"
18
- #else
19
- # define PYBIND11_BUILD_TYPE ""
20
- #endif
21
-
22
15
// Let's assume that different compilers are ABI-incompatible.
23
16
// A user can manually set this string if they know their
24
17
// compiler is compatible.
82
75
# endif
83
76
#endif
84
77
78
+ // On MSVC, debug and release builds are not ABI-compatible!
79
+ #if defined(_MSC_VER ) && defined(_DEBUG )
80
+ # define PYBIND11_BUILD_TYPE "_debug"
81
+ #else
82
+ # define PYBIND11_BUILD_TYPE ""
83
+ #endif
84
+
85
+ // Obsolete and slated for removal. DO NOT USE!
85
86
#ifndef PYBIND11_INTERNALS_KIND
86
87
# define PYBIND11_INTERNALS_KIND ""
87
88
#endif
You can’t perform that action at this time.
0 commit comments