diff options
-rw-r--r-- | build2/test/script/script.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/test/script/script.hxx b/build2/test/script/script.hxx index acf2b3c..e76d0ba 100644 --- a/build2/test/script/script.hxx +++ b/build2/test/script/script.hxx @@ -464,6 +464,7 @@ namespace build2 empty () const override { return + !if_cond_ && // The condition expression can have side-effects. setup_.empty () && tdown_.empty () && find_if (scopes.begin (), scopes.end (), |