mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-10 13:44:45 +01:00

Turns out that even in GCC, the expression in `__builtin_cosntant_p` can end up evaluated and side-effects executed. To allow users to work around this bug, I added a configuration option to disable its use in internal macros. Related to #2925