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.
usecxx11
use_cxx11_abi
_GLIBCXX_USE_CXX11_ABI
gxx_abi
__GXX_ABI_VERSION
1 parent 970a7eb commit 28081fcCopy full SHA for 28081fc
include/pybind11/conduit/pybind11_platform_abi_id.h
@@ -77,10 +77,11 @@
77
# elif defined(__GXX_ABI_VERSION)
78
# if __GXX_ABI_VERSION >= 1002 && __GXX_ABI_VERSION < 2000
79
# if !defined(_GLIBCXX_USE_CXX11_ABI)
80
-# error "UNEXPECTED: _GLIBCXX_USE_CXX11_ABI not defined"
+# error "UNEXPECTED: _GLIBCXX_USE_CXX11_ABI not defined: PLEASE REVISE THIS CODE."
81
# endif
82
# define PYBIND11_BUILD_ABI \
83
- "_gxx_abi_1xxx_usecxx11_" PYBIND11_PLATFORM_ABI_ID_TOSTRING(_GLIBCXX_USE_CXX11_ABI)
+ "_gxx_abi_1xxx_use_cxx11_abi_" PYBIND11_PLATFORM_ABI_ID_TOSTRING( \
84
+ _GLIBCXX_USE_CXX11_ABI)
85
# else
86
# error "Unknown platform or compiler (__GXX_ABI_VERSION): PLEASE REVISE THIS CODE."
87
0 commit comments