From 552e78da4d1837699cc706e59078046ce4a1a2a5 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 4 Dec 2019 12:31:18 -0500 Subject: assert(): Make message argument optional --- docs/markdown/Reference-manual.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 5c5d164e9..4f98025f4 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -144,6 +144,9 @@ build target (e.g. return value of [executable()](#executable), custom_target(), Abort with an error message if `condition` evaluates to `false`. +*Since 0.53.0* `message` argument is optional and defaults to print the condition +statement instead. + ### benchmark() ``` meson -- cgit v1.2.3