We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b54a7 commit 713b427Copy full SHA for 713b427
include/pybind11/detail/internals.h
@@ -325,8 +325,8 @@ struct type_info {
325
# else
326
# error "Unknown combination of MSVC preprocessor macros: PLEASE REVISE THIS CODE."
327
# endif
328
-# elif defined(__NVCOMPILER) // NVHPC (PGI-based, outdated).
329
-# define PYBIND11_BUILD_ABI "" // This was never properly guarded.
+# elif defined(__NVCOMPILER) // NVHPC (PGI-based).
+# define PYBIND11_BUILD_ABI "" // TODO: What should be here, to prevent UB?
330
331
# error "Unknown platform or compiler: PLEASE REVISE THIS CODE."
332
0 commit comments