mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-10 05:34:46 +01: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