1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-29 20:25:44 +02:00
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 
Closes 
2018-10-16 16:16:00 +02:00
..
2017-12-09 20:51:56 +01:00
2018-07-02 17:32:47 +02:00