Björn Schäpers
Björn Schäpers
Hi, I'm starting to use this library, but have some issues with the include strategy. I'd like to have a proper folder for the inclusion, something like: `#include ` like...
## Description Suppresses a warning, because we hit the warning in our test code (with -Werror). ## GitHub Issues Closes #2520.
**Describe the bug** We get the following error message (with -Werror) when using `REQUIRE_NOTHROW` on a void function. ``` .../Catch2/src/catch2/internal/catch_test_macro_impl.hpp:79:13: error: useless cast to type 'void' [-Werror=useless-cast] 79 | static_cast(__VA_ARGS__);...
We never allocate so everything can easily be done in `constexpr`, or do I miss something?
Fixes #14082.