https://github.com/philsquared/Catch
Revision 054d356332a05ce3590b256597105e1f564c4ea9 authored by Martin Hořeňovský on 13 October 2018, 19:29:59 UTC, committed by Martin Hořeňovský on 16 October 2018, 14:16:00 UTC
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
1 parent 0144ae9
History
Tip revision: 054d356332a05ce3590b256597105e1f564c4ea9 authored by Martin Hořeňovský on 13 October 2018, 19:29:59 UTC
Add STATIC_REQUIRE assertion
Tip revision: 054d356
File Mode Size
.github
CMake
artwork
contrib
docs
examples
include
misc
projects
scripts
single_include
test_package
third_party
.gitattributes -rw-r--r-- 613 bytes
.gitignore -rw-r--r-- 478 bytes
.travis.yml -rw-r--r-- 7.5 KB
CMakeLists.txt -rw-r--r-- 5.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE.txt -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 2.2 KB
appveyor.yml -rw-r--r-- 2.5 KB
codecov.yml -rw-r--r-- 400 bytes
conanfile.py -rw-r--r-- 1008 bytes

README.md

back to top