mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-03 01:49:31 +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