2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-15 13:42:15 +00:00
Files
Catch2/projects/SelfTest/UsageTests/Compilation.tests.cpp
Martin Hořeňovský 054d356332 Add STATIC_REQUIRE assertion
By default, it expands into a `static_assert` + `SUCCEED` pair, but
it can also be deferred to runtime by defining
`CATCH_CONFIG_RUNTIME_STATIC_REQUIRE`, which causes it to expand
into plain old `REQUIRE`.

Closes #1362
Closes #1356
2018-10-16 16:16:00 +02:00

4.6 KiB