mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 13:13:53 +00:00
CUDA 11.5 deprecated (and CUDA 12.0 removed) diagnostic pragmas such as diag_suppress and diag_default. Replacement pragmas were previxed with nv_, i.e. nv_diag_suppress __NVCC_DIAG_PRAGMA_SUPPORT__ is defined if the prefixed versions are available.