Skip to content

Commit

Permalink
Replace misleading comment: NVHPC is NOT outdated.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Oct 28, 2024
1 parent b9b54a7 commit 713b427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pybind11/detail/internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ struct type_info {
# else
# error "Unknown combination of MSVC preprocessor macros: PLEASE REVISE THIS CODE."
# endif
# elif defined(__NVCOMPILER) // NVHPC (PGI-based, outdated).
# 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?
# else
# error "Unknown platform or compiler: PLEASE REVISE THIS CODE."
# endif
Expand Down

0 comments on commit 713b427

Please sign in to comment.