From 49cd7c96b406bf46e9e3bd4e3d3f9b4b015a189f Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Mon, 22 Jul 2019 12:49:08 +0100 Subject: [PATCH] Add 'Introduced in Catch 2.4.2.' text --- docs/other-macros.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/other-macros.md b/docs/other-macros.md index 345234d5..ddefac8c 100644 --- a/docs/other-macros.md +++ b/docs/other-macros.md @@ -59,6 +59,8 @@ TEST_CASE( "SUCCEED showcase" ) { * `STATIC_REQUIRE` +> [Introduced](https://github.com/catchorg/Catch2/issues/1362) in Catch 2.4.2. + `STATIC_REQUIRE( expr )` is a macro that can be used the same way as a `static_assert`, but also registers the success with Catch2, so it is reported as a success at runtime. The whole check can also be deferred