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 9fc9515 commit d412303Copy full SHA for d412303
include/pybind11/conduit/pybind11_platform_abi_id.h
@@ -64,11 +64,9 @@
64
# error "Unknown major version for MSC_VER: PLEASE REVISE THIS CODE."
65
# endif
66
67
-# elif defined(__NVCOMPILER) // NVHPC (PGI-based).
68
-# define PYBIND11_BUILD_ABI "" // TODO: What should be here, to prevent UB?
69
# elif defined(_LIBCPP_ABI_VERSION) // https://libcxx.llvm.org/DesignDocs/ABIVersioning.html
70
# define PYBIND11_BUILD_ABI "_abi" PYBIND11_PLATFORM_ABI_ID_TOSTRING(_LIBCPP_ABI_VERSION)
71
-# elif defined(__GXX_ABI_VERSION)
+# elif defined(__GXX_ABI_VERSION) // See PR #5439.
72
# if __GXX_ABI_VERSION >= 1002 && __GXX_ABI_VERSION < 2000
73
# if !defined(_GLIBCXX_USE_CXX11_ABI)
74
# error "UNEXPECTED: _GLIBCXX_USE_CXX11_ABI not defined: PLEASE REVISE THIS CODE."
0 commit comments