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