mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-20 05:25:31 +02:00

- NVHPC's implementation of `__builtin_constant_p` has a bug which results in calls to the immediately evaluated lambda expressions to be reported as unevaluated lambdas. https://developer.nvidia.com/nvidia_bug/3321845. - Hence, we disable CATCH_INTERNAL_IGNORE_BUT_WARN for NVHPC Compilers