diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2019-12-04 12:31:18 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-12-10 18:02:41 +0200 |
commit | 552e78da4d1837699cc706e59078046ce4a1a2a5 (patch) | |
tree | 150aac4c6aa9d601a1b357b8a9e15d3b815967df /docs/markdown | |
parent | 9c72d0fdb287f1838c68915e469b6db455f59a7e (diff) | |
download | meson-552e78da4d1837699cc706e59078046ce4a1a2a5.zip meson-552e78da4d1837699cc706e59078046ce4a1a2a5.tar.gz meson-552e78da4d1837699cc706e59078046ce4a1a2a5.tar.bz2 |
assert(): Make message argument optional
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 5c5d164..4f98025 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 |