mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00

If the gcc version supports `_Pragma` properly, we use that to disable it locally inside assertions. Otherwise we disable it for the entire TU. Fixes #674