catch2/src
Martin Hořeňovský e260288807
Allow disabling use of __builtin_constant_p in internal macros
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
2024-10-27 20:27:03 +01:00
..
catch2 Allow disabling use of __builtin_constant_p in internal macros 2024-10-27 20:27:03 +01:00
CMakeLists.txt Sprinkle some constexpr around to make Jason happy 2024-09-13 16:40:11 +02:00