mirror of
https://github.com/catchorg/Catch2
synced 2026-02-19 15:02:10 +00: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